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