pub struct RESUME_R(/* private fields */);Expand description
Field RESUME reader - Resume request
Implementations§
Methods from Deref<Target = FieldReader<bool, RESUME_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RESUME_R
impl RefUnwindSafe for RESUME_R
impl Send for RESUME_R
impl Sync for RESUME_R
impl Unpin for RESUME_R
impl UnwindSafe for RESUME_R
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