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