pub struct DeviceMemoryReportEventTypeEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DeviceMemoryReportEventTypeEXT
impl Clone for DeviceMemoryReportEventTypeEXT
Source§fn clone(&self) -> DeviceMemoryReportEventTypeEXT
fn clone(&self) -> DeviceMemoryReportEventTypeEXT
Returns a copy 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 Default for DeviceMemoryReportEventTypeEXT
impl Default for DeviceMemoryReportEventTypeEXT
Source§fn default() -> DeviceMemoryReportEventTypeEXT
fn default() -> DeviceMemoryReportEventTypeEXT
Returns the “default value” for a type. Read more
Source§impl Ord for DeviceMemoryReportEventTypeEXT
impl Ord for DeviceMemoryReportEventTypeEXT
Source§fn cmp(&self, other: &DeviceMemoryReportEventTypeEXT) -> Ordering
fn cmp(&self, other: &DeviceMemoryReportEventTypeEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeviceMemoryReportEventTypeEXT
impl PartialEq for DeviceMemoryReportEventTypeEXT
Source§fn eq(&self, other: &DeviceMemoryReportEventTypeEXT) -> bool
fn eq(&self, other: &DeviceMemoryReportEventTypeEXT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DeviceMemoryReportEventTypeEXT
impl PartialOrd for DeviceMemoryReportEventTypeEXT
impl Copy for DeviceMemoryReportEventTypeEXT
impl Eq for DeviceMemoryReportEventTypeEXT
impl StructuralPartialEq for DeviceMemoryReportEventTypeEXT
Auto Trait Implementations§
impl Freeze for DeviceMemoryReportEventTypeEXT
impl RefUnwindSafe for DeviceMemoryReportEventTypeEXT
impl Send for DeviceMemoryReportEventTypeEXT
impl Sync for DeviceMemoryReportEventTypeEXT
impl Unpin for DeviceMemoryReportEventTypeEXT
impl UnwindSafe for DeviceMemoryReportEventTypeEXT
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
)