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