pub struct ConditionalRenderingFlagBitsEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for ConditionalRenderingFlagBitsEXT
impl BitAndAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ConditionalRenderingFlagBitsEXT
impl BitOrAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ConditionalRenderingFlagBitsEXT
impl BitXorAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ConditionalRenderingFlagBitsEXT
impl Clone for ConditionalRenderingFlagBitsEXT
Source§fn clone(&self) -> ConditionalRenderingFlagBitsEXT
fn clone(&self) -> ConditionalRenderingFlagBitsEXT
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 ConditionalRenderingFlagBitsEXT
impl Default for ConditionalRenderingFlagBitsEXT
Source§fn default() -> ConditionalRenderingFlagBitsEXT
fn default() -> ConditionalRenderingFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Ord for ConditionalRenderingFlagBitsEXT
impl Ord for ConditionalRenderingFlagBitsEXT
Source§fn cmp(&self, other: &ConditionalRenderingFlagBitsEXT) -> Ordering
fn cmp(&self, other: &ConditionalRenderingFlagBitsEXT) -> 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 ConditionalRenderingFlagBitsEXT
impl PartialEq for ConditionalRenderingFlagBitsEXT
Source§fn eq(&self, other: &ConditionalRenderingFlagBitsEXT) -> bool
fn eq(&self, other: &ConditionalRenderingFlagBitsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConditionalRenderingFlagBitsEXT
impl PartialOrd for ConditionalRenderingFlagBitsEXT
impl Copy for ConditionalRenderingFlagBitsEXT
impl Eq for ConditionalRenderingFlagBitsEXT
impl StructuralPartialEq for ConditionalRenderingFlagBitsEXT
Auto Trait Implementations§
impl Freeze for ConditionalRenderingFlagBitsEXT
impl RefUnwindSafe for ConditionalRenderingFlagBitsEXT
impl Send for ConditionalRenderingFlagBitsEXT
impl Sync for ConditionalRenderingFlagBitsEXT
impl Unpin for ConditionalRenderingFlagBitsEXT
impl UnsafeUnpin for ConditionalRenderingFlagBitsEXT
impl UnwindSafe for ConditionalRenderingFlagBitsEXT
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