pub struct NttInfo {
root: [u32; 32],
inv_root: [u32; 32],
rate2: [u32; 32],
inv_rate2: [u32; 32],
rate3: [u32; 32],
inv_rate3: [u32; 32],
}Fields§
§root: [u32; 32]§inv_root: [u32; 32]§rate2: [u32; 32]§inv_rate2: [u32; 32]§rate3: [u32; 32]§inv_rate3: [u32; 32]Implementations§
Trait Implementations§
impl StructuralPartialEq for NttInfo
Auto Trait Implementations§
impl Freeze for NttInfo
impl RefUnwindSafe for NttInfo
impl Send for NttInfo
impl Sync for NttInfo
impl Unpin for NttInfo
impl UnsafeUnpin for NttInfo
impl UnwindSafe for NttInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more