pub struct ConditionalRenderingFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl ConditionalRenderingFlagsEXT
impl ConditionalRenderingFlagsEXT
pub const fn empty() -> ConditionalRenderingFlagsEXT
pub const fn from_raw(x: u32) -> ConditionalRenderingFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ConditionalRenderingFlagsEXT) -> bool
Sourcepub const fn contains(self, other: ConditionalRenderingFlagsEXT) -> bool
pub const fn contains(self, other: ConditionalRenderingFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for ConditionalRenderingFlagsEXT
impl BitAnd for ConditionalRenderingFlagsEXT
Source§type Output = ConditionalRenderingFlagsEXT
type Output = ConditionalRenderingFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ConditionalRenderingFlagsEXT,
) -> ConditionalRenderingFlagsEXT
fn bitand( self, rhs: ConditionalRenderingFlagsEXT, ) -> ConditionalRenderingFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for ConditionalRenderingFlagsEXT
impl BitAndAssign for ConditionalRenderingFlagsEXT
Source§fn bitand_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
fn bitand_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for ConditionalRenderingFlagsEXT
impl BitOr for ConditionalRenderingFlagsEXT
Source§type Output = ConditionalRenderingFlagsEXT
type Output = ConditionalRenderingFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ConditionalRenderingFlagsEXT,
) -> ConditionalRenderingFlagsEXT
fn bitor( self, rhs: ConditionalRenderingFlagsEXT, ) -> ConditionalRenderingFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for ConditionalRenderingFlagsEXT
impl BitOrAssign for ConditionalRenderingFlagsEXT
Source§fn bitor_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
fn bitor_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for ConditionalRenderingFlagsEXT
impl BitXor for ConditionalRenderingFlagsEXT
Source§type Output = ConditionalRenderingFlagsEXT
type Output = ConditionalRenderingFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ConditionalRenderingFlagsEXT,
) -> ConditionalRenderingFlagsEXT
fn bitxor( self, rhs: ConditionalRenderingFlagsEXT, ) -> ConditionalRenderingFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for ConditionalRenderingFlagsEXT
impl BitXorAssign for ConditionalRenderingFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
fn bitxor_assign(&mut self, rhs: ConditionalRenderingFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for ConditionalRenderingFlagsEXT
impl Clone for ConditionalRenderingFlagsEXT
Source§fn clone(&self) -> ConditionalRenderingFlagsEXT
fn clone(&self) -> ConditionalRenderingFlagsEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConditionalRenderingFlagsEXT
impl Debug for ConditionalRenderingFlagsEXT
Source§impl Default for ConditionalRenderingFlagsEXT
impl Default for ConditionalRenderingFlagsEXT
Source§fn default() -> ConditionalRenderingFlagsEXT
fn default() -> ConditionalRenderingFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for ConditionalRenderingFlagsEXT
impl Hash for ConditionalRenderingFlagsEXT
Source§impl Not for ConditionalRenderingFlagsEXT
impl Not for ConditionalRenderingFlagsEXT
Source§type Output = ConditionalRenderingFlagsEXT
type Output = ConditionalRenderingFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> ConditionalRenderingFlagsEXT
fn not(self) -> ConditionalRenderingFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for ConditionalRenderingFlagsEXT
impl Ord for ConditionalRenderingFlagsEXT
Source§fn cmp(&self, other: &ConditionalRenderingFlagsEXT) -> Ordering
fn cmp(&self, other: &ConditionalRenderingFlagsEXT) -> Ordering
1.21.0§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 PartialOrd for ConditionalRenderingFlagsEXT
impl PartialOrd for ConditionalRenderingFlagsEXT
impl Copy for ConditionalRenderingFlagsEXT
impl Eq for ConditionalRenderingFlagsEXT
impl StructuralPartialEq for ConditionalRenderingFlagsEXT
Auto Trait Implementations§
impl Freeze for ConditionalRenderingFlagsEXT
impl RefUnwindSafe for ConditionalRenderingFlagsEXT
impl Send for ConditionalRenderingFlagsEXT
impl Sync for ConditionalRenderingFlagsEXT
impl Unpin for ConditionalRenderingFlagsEXT
impl UnwindSafe for ConditionalRenderingFlagsEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)