#[repr(transparent)]pub struct Ram(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Ord for Ram
impl Ord for Ram
Source§impl PartialOrd for Ram
impl PartialOrd for Ram
impl Copy for Ram
impl Eq for Ram
impl StructuralPartialEq for Ram
Auto Trait Implementations§
impl Freeze for Ram
impl RefUnwindSafe for Ram
impl Send for Ram
impl Sync for Ram
impl Unpin for Ram
impl UnwindSafe for Ram
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)