Struct ring::arithmetic::n0::N0
source · #[repr(transparent)]pub struct N0([u64; 2]);
Tuple Fields§
§0: [u64; 2]
Implementations§
source§impl N0
impl N0
pub(super) const LIMBS_USED: usize = 1usize
pub const fn precalculated(n0: u64) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for N0
impl RefUnwindSafe for N0
impl Send for N0
impl Sync for N0
impl Unpin for N0
impl UnwindSafe for N0
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