pub struct ExportMetalObjectTypeFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl ExportMetalObjectTypeFlagBitsEXT
impl ExportMetalObjectTypeFlagBitsEXT
Sourcepub const METAL_DEVICE: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_DEVICE: ExportMetalObjectTypeFlagBitsEXT
Bit 0.
Sourcepub const METAL_COMMAND_QUEUE: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_COMMAND_QUEUE: ExportMetalObjectTypeFlagBitsEXT
Bit 1.
Sourcepub const METAL_BUFFER: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_BUFFER: ExportMetalObjectTypeFlagBitsEXT
Bit 2.
Sourcepub const METAL_TEXTURE: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_TEXTURE: ExportMetalObjectTypeFlagBitsEXT
Bit 3.
Sourcepub const METAL_IOSURFACE: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_IOSURFACE: ExportMetalObjectTypeFlagBitsEXT
Bit 4.
Sourcepub const METAL_SHARED_EVENT: ExportMetalObjectTypeFlagBitsEXT
pub const METAL_SHARED_EVENT: ExportMetalObjectTypeFlagBitsEXT
Bit 5.
pub const fn empty() -> ExportMetalObjectTypeFlagBitsEXT
pub const fn from_raw(value: u32) -> ExportMetalObjectTypeFlagBitsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: ExportMetalObjectTypeFlagBitsEXT) -> bool
pub const fn all() -> ExportMetalObjectTypeFlagBitsEXT
Trait Implementations§
Source§impl BitAnd for ExportMetalObjectTypeFlagBitsEXT
impl BitAnd for ExportMetalObjectTypeFlagBitsEXT
Source§type Output = ExportMetalObjectTypeFlagBitsEXT
type Output = ExportMetalObjectTypeFlagBitsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ExportMetalObjectTypeFlagBitsEXT,
) -> ExportMetalObjectTypeFlagBitsEXT
fn bitand( self, rhs: ExportMetalObjectTypeFlagBitsEXT, ) -> ExportMetalObjectTypeFlagBitsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for ExportMetalObjectTypeFlagBitsEXT
impl BitAndAssign for ExportMetalObjectTypeFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
fn bitand_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for ExportMetalObjectTypeFlagBitsEXT
impl BitOr for ExportMetalObjectTypeFlagBitsEXT
Source§type Output = ExportMetalObjectTypeFlagBitsEXT
type Output = ExportMetalObjectTypeFlagBitsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ExportMetalObjectTypeFlagBitsEXT,
) -> ExportMetalObjectTypeFlagBitsEXT
fn bitor( self, rhs: ExportMetalObjectTypeFlagBitsEXT, ) -> ExportMetalObjectTypeFlagBitsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for ExportMetalObjectTypeFlagBitsEXT
impl BitOrAssign for ExportMetalObjectTypeFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
fn bitor_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for ExportMetalObjectTypeFlagBitsEXT
impl BitXor for ExportMetalObjectTypeFlagBitsEXT
Source§type Output = ExportMetalObjectTypeFlagBitsEXT
type Output = ExportMetalObjectTypeFlagBitsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ExportMetalObjectTypeFlagBitsEXT,
) -> ExportMetalObjectTypeFlagBitsEXT
fn bitxor( self, rhs: ExportMetalObjectTypeFlagBitsEXT, ) -> ExportMetalObjectTypeFlagBitsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for ExportMetalObjectTypeFlagBitsEXT
impl BitXorAssign for ExportMetalObjectTypeFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
fn bitxor_assign(&mut self, rhs: ExportMetalObjectTypeFlagBitsEXT)
Performs the
^= operation. Read moreSource§impl Clone for ExportMetalObjectTypeFlagBitsEXT
impl Clone for ExportMetalObjectTypeFlagBitsEXT
Source§fn clone(&self) -> ExportMetalObjectTypeFlagBitsEXT
fn clone(&self) -> ExportMetalObjectTypeFlagBitsEXT
Returns a duplicate 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 ExportMetalObjectTypeFlagBitsEXT
impl Default for ExportMetalObjectTypeFlagBitsEXT
Source§fn default() -> ExportMetalObjectTypeFlagBitsEXT
fn default() -> ExportMetalObjectTypeFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Not for ExportMetalObjectTypeFlagBitsEXT
impl Not for ExportMetalObjectTypeFlagBitsEXT
Source§type Output = ExportMetalObjectTypeFlagBitsEXT
type Output = ExportMetalObjectTypeFlagBitsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> ExportMetalObjectTypeFlagBitsEXT
fn not(self) -> ExportMetalObjectTypeFlagBitsEXT
Performs the unary
! operation. Read moreSource§impl Ord for ExportMetalObjectTypeFlagBitsEXT
impl Ord for ExportMetalObjectTypeFlagBitsEXT
Source§fn cmp(&self, other: &ExportMetalObjectTypeFlagBitsEXT) -> Ordering
fn cmp(&self, other: &ExportMetalObjectTypeFlagBitsEXT) -> 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 ExportMetalObjectTypeFlagBitsEXT
impl PartialEq for ExportMetalObjectTypeFlagBitsEXT
Source§fn eq(&self, other: &ExportMetalObjectTypeFlagBitsEXT) -> bool
fn eq(&self, other: &ExportMetalObjectTypeFlagBitsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExportMetalObjectTypeFlagBitsEXT
impl PartialOrd for ExportMetalObjectTypeFlagBitsEXT
impl Copy for ExportMetalObjectTypeFlagBitsEXT
impl Eq for ExportMetalObjectTypeFlagBitsEXT
impl StructuralPartialEq for ExportMetalObjectTypeFlagBitsEXT
Auto Trait Implementations§
impl Freeze for ExportMetalObjectTypeFlagBitsEXT
impl RefUnwindSafe for ExportMetalObjectTypeFlagBitsEXT
impl Send for ExportMetalObjectTypeFlagBitsEXT
impl Sync for ExportMetalObjectTypeFlagBitsEXT
impl Unpin for ExportMetalObjectTypeFlagBitsEXT
impl UnsafeUnpin for ExportMetalObjectTypeFlagBitsEXT
impl UnwindSafe for ExportMetalObjectTypeFlagBitsEXT
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