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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceMemory
Source§impl Debug for DeviceMemory
impl Debug for DeviceMemory
Source§impl Default for DeviceMemory
impl Default for DeviceMemory
impl Eq 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
Source§fn eq(&self, other: &DeviceMemory) -> bool
fn eq(&self, other: &DeviceMemory) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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