#[repr(C)]pub struct Rqr { /* private fields */ }
Expand description
Request register
Implementations§
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