Struct ash::vk::CullModeFlags
source · pub struct CullModeFlags(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for CullModeFlags
impl BitAnd for CullModeFlags
source§impl BitAndAssign for CullModeFlags
impl BitAndAssign for CullModeFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for CullModeFlags
impl BitOr for CullModeFlags
source§impl BitOrAssign for CullModeFlags
impl BitOrAssign for CullModeFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for CullModeFlags
impl BitXor for CullModeFlags
source§impl BitXorAssign for CullModeFlags
impl BitXorAssign for CullModeFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for CullModeFlags
impl Clone for CullModeFlags
source§fn clone(&self) -> CullModeFlags
fn clone(&self) -> CullModeFlags
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 Debug for CullModeFlags
impl Debug for CullModeFlags
source§impl Default for CullModeFlags
impl Default for CullModeFlags
source§impl Hash for CullModeFlags
impl Hash for CullModeFlags
source§impl Not for CullModeFlags
impl Not for CullModeFlags
source§impl Ord for CullModeFlags
impl Ord for CullModeFlags
source§fn cmp(&self, other: &CullModeFlags) -> Ordering
fn cmp(&self, other: &CullModeFlags) -> 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 CullModeFlags
impl PartialEq for CullModeFlags
source§fn 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 ==
.source§impl PartialOrd for CullModeFlags
impl PartialOrd for CullModeFlags
source§fn partial_cmp(&self, other: &CullModeFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &CullModeFlags) -> 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 CullModeFlags
impl Eq for CullModeFlags
impl StructuralPartialEq for CullModeFlags
Auto Trait Implementations§
impl Freeze for CullModeFlags
impl RefUnwindSafe for CullModeFlags
impl Send for CullModeFlags
impl Sync for CullModeFlags
impl Unpin for CullModeFlags
impl UnwindSafe for CullModeFlags
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