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