pub struct WUT_R(/* private fields */);
Expand description
Field WUT
reader - Wakeup auto-reload value bits
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WUT_R
impl RefUnwindSafe for WUT_R
impl Send for WUT_R
impl Sync for WUT_R
impl Unpin for WUT_R
impl UnwindSafe for WUT_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