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