pub type PeerMemoryFeatureFlagsKHR = PeerMemoryFeatureFlags;
Aliased Type§
struct PeerMemoryFeatureFlagsKHR(pub(crate) u32);
Fields§
§0: u32
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
Generated from ‘VK_KHR_device_group’
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 BitAnd for PeerMemoryFeatureFlags
impl BitAnd for PeerMemoryFeatureFlags
Source§impl BitAndAssign for PeerMemoryFeatureFlags
impl BitAndAssign for PeerMemoryFeatureFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for PeerMemoryFeatureFlags
impl BitOr for PeerMemoryFeatureFlags
Source§impl BitOrAssign for PeerMemoryFeatureFlags
impl BitOrAssign for PeerMemoryFeatureFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for PeerMemoryFeatureFlags
impl BitXor for PeerMemoryFeatureFlags
Source§impl BitXorAssign for PeerMemoryFeatureFlags
impl BitXorAssign 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