pub struct POLYSIZE_W<'a> { /* private fields */ }
Expand description
Write proxy for field POLYSIZE
Implementations§
Source§impl<'a> POLYSIZE_W<'a>
impl<'a> POLYSIZE_W<'a>
Sourcepub fn variant(self, variant: POLYSIZE_A) -> &'a mut W
pub fn variant(self, variant: POLYSIZE_A) -> &'a mut W
Writes variant
to the field
Sourcepub fn polysize32(self) -> &'a mut W
pub fn polysize32(self) -> &'a mut W
32-bit polynomial
Sourcepub fn polysize16(self) -> &'a mut W
pub fn polysize16(self) -> &'a mut W
16-bit polynomial
Auto Trait Implementations§
impl<'a> Freeze for POLYSIZE_W<'a>
impl<'a> !RefUnwindSafe for POLYSIZE_W<'a>
impl<'a> Send for POLYSIZE_W<'a>
impl<'a> !Sync for POLYSIZE_W<'a>
impl<'a> Unpin for POLYSIZE_W<'a>
impl<'a> !UnwindSafe for POLYSIZE_W<'a>
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