pub struct ConditionalRenderingFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl ConditionalRenderingFlagBitsEXT
impl ConditionalRenderingFlagBitsEXT
Sourcepub const INVERTED: ConditionalRenderingFlagBitsEXT
pub const INVERTED: ConditionalRenderingFlagBitsEXT
Bit 0.
pub const fn empty() -> ConditionalRenderingFlagBitsEXT
pub const fn from_raw(value: u32) -> ConditionalRenderingFlagBitsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: ConditionalRenderingFlagBitsEXT) -> bool
pub const fn all() -> ConditionalRenderingFlagBitsEXT
Trait Implementations§
Source§impl BitAnd for ConditionalRenderingFlagBitsEXT
impl BitAnd for ConditionalRenderingFlagBitsEXT
Source§type Output = ConditionalRenderingFlagBitsEXT
type Output = ConditionalRenderingFlagBitsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ConditionalRenderingFlagBitsEXT,
) -> ConditionalRenderingFlagBitsEXT
fn bitand( self, rhs: ConditionalRenderingFlagBitsEXT, ) -> ConditionalRenderingFlagBitsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for ConditionalRenderingFlagBitsEXT
impl BitAndAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
fn bitand_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for ConditionalRenderingFlagBitsEXT
impl BitOr for ConditionalRenderingFlagBitsEXT
Source§type Output = ConditionalRenderingFlagBitsEXT
type Output = ConditionalRenderingFlagBitsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ConditionalRenderingFlagBitsEXT,
) -> ConditionalRenderingFlagBitsEXT
fn bitor( self, rhs: ConditionalRenderingFlagBitsEXT, ) -> ConditionalRenderingFlagBitsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for ConditionalRenderingFlagBitsEXT
impl BitOrAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
fn bitor_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for ConditionalRenderingFlagBitsEXT
impl BitXor for ConditionalRenderingFlagBitsEXT
Source§type Output = ConditionalRenderingFlagBitsEXT
type Output = ConditionalRenderingFlagBitsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ConditionalRenderingFlagBitsEXT,
) -> ConditionalRenderingFlagBitsEXT
fn bitxor( self, rhs: ConditionalRenderingFlagBitsEXT, ) -> ConditionalRenderingFlagBitsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for ConditionalRenderingFlagBitsEXT
impl BitXorAssign for ConditionalRenderingFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
fn bitxor_assign(&mut self, rhs: ConditionalRenderingFlagBitsEXT)
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 Not for ConditionalRenderingFlagBitsEXT
impl Not for ConditionalRenderingFlagBitsEXT
Source§type Output = ConditionalRenderingFlagBitsEXT
type Output = ConditionalRenderingFlagBitsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> ConditionalRenderingFlagBitsEXT
fn not(self) -> ConditionalRenderingFlagBitsEXT
Performs the unary
! operation. Read moreSource§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