Enum Polysize
#[repr(u8)]pub enum Polysize {
Polysize32 = 0,
Polysize16 = 1,
Polysize8 = 2,
Polysize7 = 3,
}Variants§
Polysize32 = 0
32-bit polynomial
Polysize16 = 1
16-bit polynomial
Polysize8 = 2
8-bit polynomial
Polysize7 = 3
7-bit polynomial
Implementations§
Trait Implementations§
impl Copy for Polysize
impl Eq for Polysize
§impl Ord for Polysize
impl Ord for Polysize
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Polysize
impl PartialOrd for Polysize
impl StructuralPartialEq for Polysize
Auto Trait Implementations§
impl Freeze for Polysize
impl RefUnwindSafe for Polysize
impl Send for Polysize
impl Sync for Polysize
impl Unpin for Polysize
impl UnsafeUnpin for Polysize
impl UnwindSafe for Polysize
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