Struct ash::vk::DeviceMemoryReportFlagsEXT  
source · #[repr(transparent)]pub struct DeviceMemoryReportFlagsEXT(_);Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
 
impl BitAndAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
 
impl BitOrAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
 
impl BitXorAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for DeviceMemoryReportFlagsEXT
 
impl Clone for DeviceMemoryReportFlagsEXT
source§fn clone(&self) -> DeviceMemoryReportFlagsEXT
 
fn clone(&self) -> DeviceMemoryReportFlagsEXT
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 Debug for DeviceMemoryReportFlagsEXT
 
impl Debug for DeviceMemoryReportFlagsEXT
source§impl Default for DeviceMemoryReportFlagsEXT
 
impl Default for DeviceMemoryReportFlagsEXT
source§impl Hash for DeviceMemoryReportFlagsEXT
 
impl Hash for DeviceMemoryReportFlagsEXT
source§impl Not for DeviceMemoryReportFlagsEXT
 
impl Not for DeviceMemoryReportFlagsEXT
source§impl Ord for DeviceMemoryReportFlagsEXT
 
impl Ord for DeviceMemoryReportFlagsEXT
source§fn cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> Ordering
 
fn cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> 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<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
 
impl PartialEq<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
source§fn eq(&self, other: &DeviceMemoryReportFlagsEXT) -> bool
 
fn eq(&self, other: &DeviceMemoryReportFlagsEXT) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
 
impl PartialOrd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
source§fn partial_cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> Option<Ordering>
 
fn partial_cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> 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 more