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