pub struct DeviceMemory(_);Expand description
Implementations
sourceimpl DeviceMemory
impl DeviceMemory
pub const fn null() -> DeviceMemory
Trait Implementations
sourceimpl Clone for DeviceMemory
impl Clone for DeviceMemory
sourcefn clone(&self) -> DeviceMemory
fn clone(&self) -> DeviceMemory
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeviceMemory
impl Debug for DeviceMemory
sourceimpl Default for DeviceMemory
impl Default for DeviceMemory
sourcefn default() -> DeviceMemory
fn default() -> DeviceMemory
Returns the “default value” for a type. Read more
sourceimpl Handle for DeviceMemory
impl Handle for DeviceMemory
const TYPE: ObjectType = ObjectType::DEVICE_MEMORY
fn as_raw(self) -> u64
fn from_raw(x: u64) -> DeviceMemory
sourceimpl Hash for DeviceMemory
impl Hash for DeviceMemory
sourceimpl Ord for DeviceMemory
impl Ord for DeviceMemory
sourcefn cmp(&self, other: &DeviceMemory) -> Ordering
fn cmp(&self, other: &DeviceMemory) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DeviceMemory> for DeviceMemory
impl PartialEq<DeviceMemory> for DeviceMemory
sourcefn eq(&self, other: &DeviceMemory) -> bool
fn eq(&self, other: &DeviceMemory) -> bool
sourceimpl PartialOrd<DeviceMemory> for DeviceMemory
impl PartialOrd<DeviceMemory> for DeviceMemory
sourcefn partial_cmp(&self, other: &DeviceMemory) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceMemory) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Pointer for DeviceMemory
impl Pointer for DeviceMemory
impl Copy for DeviceMemory
impl Eq for DeviceMemory
impl StructuralEq for DeviceMemory
impl StructuralPartialEq for DeviceMemory
Auto Trait Implementations
impl RefUnwindSafe for DeviceMemory
impl Send for DeviceMemory
impl Sync for DeviceMemory
impl Unpin for DeviceMemory
impl UnwindSafe for DeviceMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more