pub struct SmallPrime {
pub p: u32,
pub g: u32,
pub s: u32,
}Fields§
§p: u32§g: u32§s: u32Auto Trait Implementations§
impl Freeze for SmallPrime
impl RefUnwindSafe for SmallPrime
impl Send for SmallPrime
impl Sync for SmallPrime
impl Unpin for SmallPrime
impl UnsafeUnpin for SmallPrime
impl UnwindSafe for SmallPrime
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