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