#[repr(transparent)]pub struct Fctrl0(pub u16);Expand description
Fault Control Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Fctrl0
impl Eq for Fctrl0
impl StructuralPartialEq for Fctrl0
Auto Trait Implementations§
impl Freeze for Fctrl0
impl RefUnwindSafe for Fctrl0
impl Send for Fctrl0
impl Sync for Fctrl0
impl Unpin for Fctrl0
impl UnwindSafe for Fctrl0
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