#[repr(transparent)]pub struct P4ramuse(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for P4ramuse
impl Eq for P4ramuse
impl StructuralPartialEq for P4ramuse
Auto Trait Implementations§
impl Freeze for P4ramuse
impl RefUnwindSafe for P4ramuse
impl Send for P4ramuse
impl Sync for P4ramuse
impl Unpin for P4ramuse
impl UnwindSafe for P4ramuse
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