#[repr(transparent)]pub struct P0omflen(pub u32);Expand description
Port OOB, Mastering, and Flash Length
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for P0omflen
impl Eq for P0omflen
impl StructuralPartialEq for P0omflen
Auto Trait Implementations§
impl Freeze for P0omflen
impl RefUnwindSafe for P0omflen
impl Send for P0omflen
impl Sync for P0omflen
impl Unpin for P0omflen
impl UnwindSafe for P0omflen
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