#[repr(u8)]pub enum POLYSIZE {
Polysize32 = 0,
Polysize16 = 1,
Polysize8 = 2,
Polysize7 = 3,
}
Expand description
Polynomial size
Value on reset: 0
Variants§
Polysize32 = 0
0: 32-bit polynomial
Polysize16 = 1
1: 16-bit polynomial
Polysize8 = 2
2: 8-bit polynomial
Polysize7 = 3
3: 7-bit polynomial
Trait Implementations§
impl Copy for POLYSIZE
impl Eq for POLYSIZE
impl IsEnum 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 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