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