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