Struct ash::vk::CullModeFlags
source · [−]#[repr(transparent)]pub struct CullModeFlags(_);Expand description
Implementations
sourceimpl CullModeFlags
impl CullModeFlags
sourceimpl CullModeFlags
impl CullModeFlags
Trait Implementations
sourceimpl BitAnd<CullModeFlags> for CullModeFlags
impl BitAnd<CullModeFlags> for CullModeFlags
sourceimpl BitAndAssign<CullModeFlags> for CullModeFlags
impl BitAndAssign<CullModeFlags> for CullModeFlags
sourcefn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the &= operation. Read more
sourceimpl BitOr<CullModeFlags> for CullModeFlags
impl BitOr<CullModeFlags> for CullModeFlags
sourceimpl BitOrAssign<CullModeFlags> for CullModeFlags
impl BitOrAssign<CullModeFlags> for CullModeFlags
sourcefn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the |= operation. Read more
sourceimpl BitXor<CullModeFlags> for CullModeFlags
impl BitXor<CullModeFlags> for CullModeFlags
sourceimpl BitXorAssign<CullModeFlags> for CullModeFlags
impl BitXorAssign<CullModeFlags> for CullModeFlags
sourcefn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the ^= operation. Read more
sourceimpl Clone for CullModeFlags
impl Clone for CullModeFlags
sourcefn clone(&self) -> CullModeFlags
fn clone(&self) -> CullModeFlags
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 CullModeFlags
impl Debug for CullModeFlags
sourceimpl Default for CullModeFlags
impl Default for CullModeFlags
sourceimpl Hash for CullModeFlags
impl Hash for CullModeFlags
sourceimpl Not for CullModeFlags
impl Not for CullModeFlags
sourceimpl Ord for CullModeFlags
impl Ord for CullModeFlags
sourceimpl PartialEq<CullModeFlags> for CullModeFlags
impl PartialEq<CullModeFlags> for CullModeFlags
sourcefn eq(&self, other: &CullModeFlags) -> bool
fn eq(&self, other: &CullModeFlags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CullModeFlags) -> bool
fn ne(&self, other: &CullModeFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<CullModeFlags> for CullModeFlags
impl PartialOrd<CullModeFlags> for CullModeFlags
sourcefn partial_cmp(&self, other: &CullModeFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &CullModeFlags) -> 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 CullModeFlags
impl Eq for CullModeFlags
impl StructuralEq for CullModeFlags
impl StructuralPartialEq for CullModeFlags
Auto Trait Implementations
impl RefUnwindSafe for CullModeFlags
impl Send for CullModeFlags
impl Sync for CullModeFlags
impl Unpin for CullModeFlags
impl UnwindSafe for CullModeFlags
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more