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