Struct ash::vk::DeviceMemoryReportEventTypeEXT
source · 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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceMemoryReportEventTypeEXT
impl PartialOrd for DeviceMemoryReportEventTypeEXT
source§fn partial_cmp(
&self,
other: &DeviceMemoryReportEventTypeEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &DeviceMemoryReportEventTypeEXT ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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 moreimpl 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