pub struct Rwm(/* private fields */);Implementations§
Source§impl Rwm
impl Rwm
Sourcepub const WORD_N_ENABLED: Self
pub const WORD_N_ENABLED: Self
Word N is enabled.
Sourcepub const WORD_N_MASKED: Self
pub const WORD_N_MASKED: Self
Word N is masked.
Trait Implementations§
Source§impl Ord for Rwm
impl Ord for Rwm
Source§impl PartialOrd for Rwm
impl PartialOrd for Rwm
impl Copy for Rwm
impl Eq for Rwm
impl StructuralPartialEq for Rwm
Auto Trait Implementations§
impl Freeze for Rwm
impl RefUnwindSafe for Rwm
impl Send for Rwm
impl Sync for Rwm
impl Unpin for Rwm
impl UnwindSafe for Rwm
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