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