Struct ash::vk::ExternalMemoryFeatureFlagsNV
source · pub struct ExternalMemoryFeatureFlagsNV(/* private fields */);
Expand description
Implementations§
source§impl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
source§impl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
pub const DEDICATED_ONLY: Self = _
pub const EXPORTABLE: Self = _
pub const IMPORTABLE: Self = _
Trait Implementations§
source§impl BitAndAssign for ExternalMemoryFeatureFlagsNV
impl BitAndAssign for ExternalMemoryFeatureFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ExternalMemoryFeatureFlagsNV
impl BitOr for ExternalMemoryFeatureFlagsNV
source§impl BitOrAssign for ExternalMemoryFeatureFlagsNV
impl BitOrAssign for ExternalMemoryFeatureFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for ExternalMemoryFeatureFlagsNV
impl BitXorAssign for ExternalMemoryFeatureFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ExternalMemoryFeatureFlagsNV
impl Clone for ExternalMemoryFeatureFlagsNV
source§fn clone(&self) -> ExternalMemoryFeatureFlagsNV
fn clone(&self) -> ExternalMemoryFeatureFlagsNV
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 ExternalMemoryFeatureFlagsNV
impl Debug for ExternalMemoryFeatureFlagsNV
source§impl Hash for ExternalMemoryFeatureFlagsNV
impl Hash for ExternalMemoryFeatureFlagsNV
source§impl Not for ExternalMemoryFeatureFlagsNV
impl Not for ExternalMemoryFeatureFlagsNV
source§impl Ord for ExternalMemoryFeatureFlagsNV
impl Ord for ExternalMemoryFeatureFlagsNV
source§fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Ordering
fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> 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 ExternalMemoryFeatureFlagsNV
impl PartialEq for ExternalMemoryFeatureFlagsNV
source§fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternalMemoryFeatureFlagsNV
impl PartialOrd for ExternalMemoryFeatureFlagsNV
source§fn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> 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 ExternalMemoryFeatureFlagsNV
impl Eq for ExternalMemoryFeatureFlagsNV
impl StructuralPartialEq for ExternalMemoryFeatureFlagsNV
Auto Trait Implementations§
impl Freeze for ExternalMemoryFeatureFlagsNV
impl RefUnwindSafe for ExternalMemoryFeatureFlagsNV
impl Send for ExternalMemoryFeatureFlagsNV
impl Sync for ExternalMemoryFeatureFlagsNV
impl Unpin for ExternalMemoryFeatureFlagsNV
impl UnwindSafe for ExternalMemoryFeatureFlagsNV
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