#[repr(transparent)]pub struct Gpoly(pub u32);Expand description
Polynomial
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gpoly
impl Eq for Gpoly
impl StructuralPartialEq for Gpoly
Auto Trait Implementations§
impl Freeze for Gpoly
impl RefUnwindSafe for Gpoly
impl Send for Gpoly
impl Sync for Gpoly
impl Unpin for Gpoly
impl UnwindSafe for Gpoly
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