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