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