pub struct PresentStageFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl PresentStageFlagsEXT
impl PresentStageFlagsEXT
Source§impl PresentStageFlagsEXT
impl PresentStageFlagsEXT
pub const QUEUE_OPERATIONS_END: Self
pub const REQUEST_DEQUEUED: Self
pub const IMAGE_FIRST_PIXEL_OUT: Self
pub const IMAGE_FIRST_PIXEL_VISIBLE: Self
Trait Implementations§
Source§impl BitAnd for PresentStageFlagsEXT
impl BitAnd for PresentStageFlagsEXT
Source§impl BitAndAssign for PresentStageFlagsEXT
impl BitAndAssign for PresentStageFlagsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PresentStageFlagsEXT
impl BitOr for PresentStageFlagsEXT
Source§impl BitOrAssign for PresentStageFlagsEXT
impl BitOrAssign for PresentStageFlagsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for PresentStageFlagsEXT
impl BitXor for PresentStageFlagsEXT
Source§impl BitXorAssign for PresentStageFlagsEXT
impl BitXorAssign for PresentStageFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PresentStageFlagsEXT
impl Clone for PresentStageFlagsEXT
Source§fn clone(&self) -> PresentStageFlagsEXT
fn clone(&self) -> PresentStageFlagsEXT
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 PresentStageFlagsEXT
Available on crate feature debug only.
impl Debug for PresentStageFlagsEXT
Available on crate feature
debug only.Source§impl Default for PresentStageFlagsEXT
impl Default for PresentStageFlagsEXT
Source§impl Hash for PresentStageFlagsEXT
impl Hash for PresentStageFlagsEXT
Source§impl Not for PresentStageFlagsEXT
impl Not for PresentStageFlagsEXT
Source§impl Ord for PresentStageFlagsEXT
impl Ord for PresentStageFlagsEXT
Source§fn cmp(&self, other: &PresentStageFlagsEXT) -> Ordering
fn cmp(&self, other: &PresentStageFlagsEXT) -> 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 PresentStageFlagsEXT
impl PartialEq for PresentStageFlagsEXT
Source§impl PartialOrd for PresentStageFlagsEXT
impl PartialOrd for PresentStageFlagsEXT
impl Copy for PresentStageFlagsEXT
impl Eq for PresentStageFlagsEXT
impl StructuralPartialEq for PresentStageFlagsEXT
Auto Trait Implementations§
impl Freeze for PresentStageFlagsEXT
impl RefUnwindSafe for PresentStageFlagsEXT
impl Send for PresentStageFlagsEXT
impl Sync for PresentStageFlagsEXT
impl Unpin for PresentStageFlagsEXT
impl UnwindSafe for PresentStageFlagsEXT
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