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