pub struct ERQ { /* private fields */ }Expand description
Enable Request Register
Implementations§
Auto Trait Implementations§
impl !Freeze for ERQ
impl !RefUnwindSafe for ERQ
impl Send for ERQ
impl !Sync for ERQ
impl Unpin for ERQ
impl UnwindSafe for ERQ
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