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