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