#[repr(u8)]pub enum POLYSIZE_AW {
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§
Source§impl Clone for POLYSIZE_AW
impl Clone for POLYSIZE_AW
Source§fn clone(&self) -> POLYSIZE_AW
fn clone(&self) -> POLYSIZE_AW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for POLYSIZE_AW
impl Debug for POLYSIZE_AW
Source§impl PartialEq for POLYSIZE_AW
impl PartialEq for POLYSIZE_AW
impl Copy for POLYSIZE_AW
impl StructuralPartialEq for POLYSIZE_AW
Auto Trait Implementations§
impl Freeze for POLYSIZE_AW
impl RefUnwindSafe for POLYSIZE_AW
impl Send for POLYSIZE_AW
impl Sync for POLYSIZE_AW
impl Unpin for POLYSIZE_AW
impl UnwindSafe for POLYSIZE_AW
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