pub struct POLYSIZE_R(/* private fields */);Expand description
Field POLYSIZE reader - Polynomial size
Implementations§
Source§impl POLYSIZE_R
impl POLYSIZE_R
Sourcepub fn variant(&self) -> POLYSIZE_A
pub fn variant(&self) -> POLYSIZE_A
Get enumerated values variant
Sourcepub fn is_polysize32(&self) -> bool
pub fn is_polysize32(&self) -> bool
Checks if the value of the field is POLYSIZE32
Sourcepub fn is_polysize16(&self) -> bool
pub fn is_polysize16(&self) -> bool
Checks if the value of the field is POLYSIZE16
Sourcepub fn is_polysize8(&self) -> bool
pub fn is_polysize8(&self) -> bool
Checks if the value of the field is POLYSIZE8
Sourcepub fn is_polysize7(&self) -> bool
pub fn is_polysize7(&self) -> bool
Checks if the value of the field is POLYSIZE7
Methods from Deref<Target = FieldReader<u8, POLYSIZE_A>>§
Trait Implementations§
Source§impl Deref for POLYSIZE_R
impl Deref for POLYSIZE_R
Source§type Target = FieldReader<u8, POLYSIZE_A>
type Target = FieldReader<u8, POLYSIZE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for POLYSIZE_R
impl RefUnwindSafe for POLYSIZE_R
impl Send for POLYSIZE_R
impl Sync for POLYSIZE_R
impl Unpin for POLYSIZE_R
impl UnwindSafe for POLYSIZE_R
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