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