#[repr(transparent)]pub struct MetalSurfaceCreateFlagsEXT(_);Expand description
Implementations
sourceimpl MetalSurfaceCreateFlagsEXT
impl MetalSurfaceCreateFlagsEXT
pub const fn empty() -> MetalSurfaceCreateFlagsEXT
pub const fn from_raw(x: u32) -> MetalSurfaceCreateFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: MetalSurfaceCreateFlagsEXT) -> bool
sourcepub const fn contains(self, other: MetalSurfaceCreateFlagsEXT) -> bool
pub const fn contains(self, other: MetalSurfaceCreateFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitAnd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
fn bitand(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitAndAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
sourcefn bitand_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitOr<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
fn bitor(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitOrAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
sourcefn bitor_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitXor<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
fn bitxor(self, rhs: MetalSurfaceCreateFlagsEXT) -> MetalSurfaceCreateFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl BitXorAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: MetalSurfaceCreateFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for MetalSurfaceCreateFlagsEXT
impl Clone for MetalSurfaceCreateFlagsEXT
sourcefn clone(&self) -> MetalSurfaceCreateFlagsEXT
fn clone(&self) -> MetalSurfaceCreateFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MetalSurfaceCreateFlagsEXT
impl Debug for MetalSurfaceCreateFlagsEXT
sourceimpl Default for MetalSurfaceCreateFlagsEXT
impl Default for MetalSurfaceCreateFlagsEXT
sourcefn default() -> MetalSurfaceCreateFlagsEXT
fn default() -> MetalSurfaceCreateFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for MetalSurfaceCreateFlagsEXT
impl Hash for MetalSurfaceCreateFlagsEXT
sourceimpl Not for MetalSurfaceCreateFlagsEXT
impl Not for MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
type Output = MetalSurfaceCreateFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> MetalSurfaceCreateFlagsEXT
fn not(self) -> MetalSurfaceCreateFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for MetalSurfaceCreateFlagsEXT
impl Ord for MetalSurfaceCreateFlagsEXT
sourceimpl PartialEq<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl PartialEq<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
sourcefn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
fn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
fn ne(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
impl PartialOrd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
sourcefn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for MetalSurfaceCreateFlagsEXT
impl Eq for MetalSurfaceCreateFlagsEXT
impl StructuralEq for MetalSurfaceCreateFlagsEXT
impl StructuralPartialEq for MetalSurfaceCreateFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for MetalSurfaceCreateFlagsEXT
impl Send for MetalSurfaceCreateFlagsEXT
impl Sync for MetalSurfaceCreateFlagsEXT
impl Unpin for MetalSurfaceCreateFlagsEXT
impl UnwindSafe for MetalSurfaceCreateFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more