pub struct SelectedMemory(/* private fields */);Expand description
An absolute directory a person chose to be this machine’s user memory.
Implementations§
Trait Implementations§
Source§impl Clone for SelectedMemory
impl Clone for SelectedMemory
Source§fn clone(&self) -> SelectedMemory
fn clone(&self) -> SelectedMemory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SelectedMemory
impl Debug for SelectedMemory
impl Eq for SelectedMemory
Source§impl PartialEq for SelectedMemory
impl PartialEq for SelectedMemory
impl StructuralPartialEq for SelectedMemory
Auto Trait Implementations§
impl Freeze for SelectedMemory
impl RefUnwindSafe for SelectedMemory
impl Send for SelectedMemory
impl Sync for SelectedMemory
impl Unpin for SelectedMemory
impl UnsafeUnpin for SelectedMemory
impl UnwindSafe for SelectedMemory
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