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