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