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