pub struct DeviceMemory(/* private fields */);Trait Implementations§
Source§impl Clone for DeviceMemory
impl Clone for DeviceMemory
Source§fn clone(&self) -> DeviceMemory
fn clone(&self) -> DeviceMemory
Returns a duplicate of the value. Read more
1.0.0 · 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 DeviceMemory
impl Debug for DeviceMemory
Source§impl Default for DeviceMemory
impl Default for DeviceMemory
Source§impl Handle for DeviceMemory
impl Handle for DeviceMemory
Source§impl Hash for DeviceMemory
impl Hash for DeviceMemory
Source§impl PartialEq for DeviceMemory
impl PartialEq for DeviceMemory
impl Copy for DeviceMemory
impl Eq for DeviceMemory
impl StructuralPartialEq for DeviceMemory
Auto Trait Implementations§
impl Freeze for DeviceMemory
impl RefUnwindSafe for DeviceMemory
impl Send for DeviceMemory
impl Sync for DeviceMemory
impl Unpin for DeviceMemory
impl UnwindSafe for DeviceMemory
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