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