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