#[repr(transparent)]pub struct RxId(pub u32);
Expand description
A receive buffer ID.
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RxId
impl RefUnwindSafe for RxId
impl Send for RxId
impl Sync for RxId
impl Unpin for RxId
impl UnwindSafe for RxId
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