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