pub struct WUF5_R(/* private fields */);
Expand description
Field WUF5
reader - Wakeup flag 5
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WUF5_R
impl RefUnwindSafe for WUF5_R
impl Send for WUF5_R
impl Sync for WUF5_R
impl Unpin for WUF5_R
impl UnwindSafe for WUF5_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