Struct screen_13::prelude::vk::ExportMetalObjectTypeFlagsEXT
source · pub struct ExportMetalObjectTypeFlagsEXT(_);Expand description
Implementations§
source§impl ExportMetalObjectTypeFlagsEXT
impl ExportMetalObjectTypeFlagsEXT
pub const fn empty() -> ExportMetalObjectTypeFlagsEXT
pub const fn from_raw(x: u32) -> ExportMetalObjectTypeFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ExportMetalObjectTypeFlagsEXT) -> bool
sourcepub const fn contains(self, other: ExportMetalObjectTypeFlagsEXT) -> bool
pub const fn contains(self, other: ExportMetalObjectTypeFlagsEXT) -> bool
Returns whether other is a subset of self
source§impl ExportMetalObjectTypeFlagsEXT
impl ExportMetalObjectTypeFlagsEXT
pub const METAL_DEVICE: ExportMetalObjectTypeFlagsEXT = Self(1)
pub const METAL_COMMAND_QUEUE: ExportMetalObjectTypeFlagsEXT = Self(2)
pub const METAL_BUFFER: ExportMetalObjectTypeFlagsEXT = Self(4)
pub const METAL_TEXTURE: ExportMetalObjectTypeFlagsEXT = Self(8)
pub const METAL_IOSURFACE: ExportMetalObjectTypeFlagsEXT = Self(16)
pub const METAL_SHARED_EVENT: ExportMetalObjectTypeFlagsEXT = Self(32)
Trait Implementations§
source§impl BitAnd<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitAnd<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
§type Output = ExportMetalObjectTypeFlagsEXT
type Output = ExportMetalObjectTypeFlagsEXT
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: ExportMetalObjectTypeFlagsEXT
) -> ExportMetalObjectTypeFlagsEXT
fn bitand( self, rhs: ExportMetalObjectTypeFlagsEXT ) -> ExportMetalObjectTypeFlagsEXT
Performs the
& operation. Read moresource§impl BitAndAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitAndAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
source§fn bitand_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
fn bitand_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
Performs the
&= operation. Read moresource§impl BitOr<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitOr<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
§type Output = ExportMetalObjectTypeFlagsEXT
type Output = ExportMetalObjectTypeFlagsEXT
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: ExportMetalObjectTypeFlagsEXT
) -> ExportMetalObjectTypeFlagsEXT
fn bitor( self, rhs: ExportMetalObjectTypeFlagsEXT ) -> ExportMetalObjectTypeFlagsEXT
Performs the
| operation. Read moresource§impl BitOrAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitOrAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
source§fn bitor_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
fn bitor_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
Performs the
|= operation. Read moresource§impl BitXor<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitXor<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
§type Output = ExportMetalObjectTypeFlagsEXT
type Output = ExportMetalObjectTypeFlagsEXT
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: ExportMetalObjectTypeFlagsEXT
) -> ExportMetalObjectTypeFlagsEXT
fn bitxor( self, rhs: ExportMetalObjectTypeFlagsEXT ) -> ExportMetalObjectTypeFlagsEXT
Performs the
^ operation. Read moresource§impl BitXorAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl BitXorAssign<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
source§fn bitxor_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
fn bitxor_assign(&mut self, rhs: ExportMetalObjectTypeFlagsEXT)
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 Default for ExportMetalObjectTypeFlagsEXT
impl Default for ExportMetalObjectTypeFlagsEXT
source§fn default() -> ExportMetalObjectTypeFlagsEXT
fn default() -> ExportMetalObjectTypeFlagsEXT
Returns the “default value” for a type. Read more
source§impl Hash for ExportMetalObjectTypeFlagsEXT
impl Hash for ExportMetalObjectTypeFlagsEXT
source§impl Not for ExportMetalObjectTypeFlagsEXT
impl Not for ExportMetalObjectTypeFlagsEXT
§type Output = ExportMetalObjectTypeFlagsEXT
type Output = ExportMetalObjectTypeFlagsEXT
The resulting type after applying the
! operator.source§fn not(self) -> ExportMetalObjectTypeFlagsEXT
fn not(self) -> ExportMetalObjectTypeFlagsEXT
Performs the unary
! operation. Read moresource§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<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl PartialEq<ExportMetalObjectTypeFlagsEXT> 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<ExportMetalObjectTypeFlagsEXT> for ExportMetalObjectTypeFlagsEXT
impl PartialOrd<ExportMetalObjectTypeFlagsEXT> 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 more