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