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