pub struct FAULTEN0_R(/* private fields */);
Expand description
Field FAULTEN0
reader - Fault Control Enable For n = 0
Implementations§
Methods from Deref<Target = FieldReader<bool, FAULTEN0_A>>§
Trait Implementations§
Source§impl Deref for FAULTEN0_R
impl Deref for FAULTEN0_R
Source§type Target = FieldReader<bool, FAULTEN0_A>
type Target = FieldReader<bool, FAULTEN0_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for FAULTEN0_R
impl RefUnwindSafe for FAULTEN0_R
impl Send for FAULTEN0_R
impl Sync for FAULTEN0_R
impl Unpin for FAULTEN0_R
impl UnwindSafe for FAULTEN0_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