Struct ash::vk::PeerMemoryFeatureFlags
source · pub struct PeerMemoryFeatureFlags(/* private fields */);
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 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
source§impl PartialEq for PeerMemoryFeatureFlags
impl PartialEq 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 for PeerMemoryFeatureFlags
impl PartialOrd 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 moreimpl Copy for PeerMemoryFeatureFlags
impl Eq for PeerMemoryFeatureFlags
impl StructuralPartialEq for PeerMemoryFeatureFlags
Auto Trait Implementations§
impl Freeze for PeerMemoryFeatureFlags
impl RefUnwindSafe for PeerMemoryFeatureFlags
impl Send for PeerMemoryFeatureFlags
impl Sync for PeerMemoryFeatureFlags
impl Unpin for PeerMemoryFeatureFlags
impl UnwindSafe for PeerMemoryFeatureFlags
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