pub struct POLYSIZE_R(/* private fields */);
Expand description
Field POLYSIZE
reader - Polynomial size
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
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