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