#[repr(transparent)]pub struct Rmr(pub u32);Expand description
Receive Mask
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rmr
impl Eq for Rmr
impl StructuralPartialEq for Rmr
Auto Trait Implementations§
impl Freeze for Rmr
impl RefUnwindSafe for Rmr
impl Send for Rmr
impl Sync for Rmr
impl Unpin for Rmr
impl UnwindSafe for Rmr
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