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