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