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