pub struct PresentStageFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl PresentStageFlagBitsEXT
impl PresentStageFlagBitsEXT
Sourcepub const QUEUE_OPERATIONS_END: Self
pub const QUEUE_OPERATIONS_END: Self
Bit 0.
Sourcepub const REQUEST_DEQUEUED: Self
pub const REQUEST_DEQUEUED: Self
Bit 1.
Sourcepub const IMAGE_FIRST_PIXEL_OUT: Self
pub const IMAGE_FIRST_PIXEL_OUT: Self
Bit 2.
Sourcepub const IMAGE_FIRST_PIXEL_VISIBLE: Self
pub const IMAGE_FIRST_PIXEL_VISIBLE: Self
Bit 3.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for PresentStageFlagBitsEXT
impl BitAnd for PresentStageFlagBitsEXT
Source§impl BitAndAssign for PresentStageFlagBitsEXT
impl BitAndAssign for PresentStageFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PresentStageFlagBitsEXT
impl BitOr for PresentStageFlagBitsEXT
Source§impl BitOrAssign for PresentStageFlagBitsEXT
impl BitOrAssign for PresentStageFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for PresentStageFlagBitsEXT
impl BitXor for PresentStageFlagBitsEXT
Source§impl BitXorAssign for PresentStageFlagBitsEXT
impl BitXorAssign for PresentStageFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PresentStageFlagBitsEXT
impl Clone for PresentStageFlagBitsEXT
Source§fn clone(&self) -> PresentStageFlagBitsEXT
fn clone(&self) -> PresentStageFlagBitsEXT
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 Debug for PresentStageFlagBitsEXT
impl Debug for PresentStageFlagBitsEXT
Source§impl Default for PresentStageFlagBitsEXT
impl Default for PresentStageFlagBitsEXT
Source§fn default() -> PresentStageFlagBitsEXT
fn default() -> PresentStageFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for PresentStageFlagBitsEXT
impl Hash for PresentStageFlagBitsEXT
Source§impl Not for PresentStageFlagBitsEXT
impl Not for PresentStageFlagBitsEXT
Source§impl Ord for PresentStageFlagBitsEXT
impl Ord for PresentStageFlagBitsEXT
Source§fn cmp(&self, other: &PresentStageFlagBitsEXT) -> Ordering
fn cmp(&self, other: &PresentStageFlagBitsEXT) -> 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 PresentStageFlagBitsEXT
impl PartialEq for PresentStageFlagBitsEXT
Source§impl PartialOrd for PresentStageFlagBitsEXT
impl PartialOrd for PresentStageFlagBitsEXT
impl Copy for PresentStageFlagBitsEXT
impl Eq for PresentStageFlagBitsEXT
impl StructuralPartialEq for PresentStageFlagBitsEXT
Auto Trait Implementations§
impl Freeze for PresentStageFlagBitsEXT
impl RefUnwindSafe for PresentStageFlagBitsEXT
impl Send for PresentStageFlagBitsEXT
impl Sync for PresentStageFlagBitsEXT
impl Unpin for PresentStageFlagBitsEXT
impl UnsafeUnpin for PresentStageFlagBitsEXT
impl UnwindSafe for PresentStageFlagBitsEXT
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