Struct ash::vk::PeerMemoryFeatureFlags  
source · #[repr(transparent)]pub struct PeerMemoryFeatureFlags(_);Expand description
Implementations§
source§impl PeerMemoryFeatureFlags
 
impl PeerMemoryFeatureFlags
source§impl PeerMemoryFeatureFlags
 
impl PeerMemoryFeatureFlags
sourcepub const GENERIC_SRC: Self = _
 
pub const GENERIC_SRC: Self = _
Can read with any access type/command
sourcepub const GENERIC_DST: Self = _
 
pub const GENERIC_DST: Self = _
Can write with and access type/command
source§impl PeerMemoryFeatureFlags
 
impl PeerMemoryFeatureFlags
Generated from ‘VK_KHR_device_group’
pub const COPY_SRC_KHR: Self = Self::COPY_SRC
pub const COPY_DST_KHR: Self = Self::COPY_DST
pub const GENERIC_SRC_KHR: Self = Self::GENERIC_SRC
pub const GENERIC_DST_KHR: Self = Self::GENERIC_DST
Trait Implementations§
source§impl BitAndAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
 
impl BitAndAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
 
impl BitOrAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
 
impl BitXorAssign<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for PeerMemoryFeatureFlags
 
impl Clone for PeerMemoryFeatureFlags
source§fn clone(&self) -> PeerMemoryFeatureFlags
 
fn clone(&self) -> PeerMemoryFeatureFlags
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 PeerMemoryFeatureFlags
 
impl Debug for PeerMemoryFeatureFlags
source§impl Default for PeerMemoryFeatureFlags
 
impl Default for PeerMemoryFeatureFlags
source§impl Hash for PeerMemoryFeatureFlags
 
impl Hash for PeerMemoryFeatureFlags
source§impl Not for PeerMemoryFeatureFlags
 
impl Not for PeerMemoryFeatureFlags
source§impl Ord for PeerMemoryFeatureFlags
 
impl Ord for PeerMemoryFeatureFlags
source§fn cmp(&self, other: &PeerMemoryFeatureFlags) -> Ordering
 
fn cmp(&self, other: &PeerMemoryFeatureFlags) -> 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<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
 
impl PartialEq<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
source§fn eq(&self, other: &PeerMemoryFeatureFlags) -> bool
 
fn eq(&self, other: &PeerMemoryFeatureFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
 
impl PartialOrd<PeerMemoryFeatureFlags> for PeerMemoryFeatureFlags
source§fn partial_cmp(&self, other: &PeerMemoryFeatureFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &PeerMemoryFeatureFlags) -> 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