pub struct PastPresentationTimingFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl PastPresentationTimingFlagsEXT
impl PastPresentationTimingFlagsEXT
Source§impl PastPresentationTimingFlagsEXT
impl PastPresentationTimingFlagsEXT
pub const ALLOW_PARTIAL_RESULTS: Self
pub const ALLOW_OUT_OF_ORDER_RESULTS: Self
Trait Implementations§
Source§impl BitAndAssign for PastPresentationTimingFlagsEXT
impl BitAndAssign for PastPresentationTimingFlagsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PastPresentationTimingFlagsEXT
impl BitOrAssign for PastPresentationTimingFlagsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for PastPresentationTimingFlagsEXT
impl BitXorAssign for PastPresentationTimingFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PastPresentationTimingFlagsEXT
impl Clone for PastPresentationTimingFlagsEXT
Source§fn clone(&self) -> PastPresentationTimingFlagsEXT
fn clone(&self) -> PastPresentationTimingFlagsEXT
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 PastPresentationTimingFlagsEXT
Available on crate feature debug only.
impl Debug for PastPresentationTimingFlagsEXT
Available on crate feature
debug only.Source§impl Not for PastPresentationTimingFlagsEXT
impl Not for PastPresentationTimingFlagsEXT
Source§impl Ord for PastPresentationTimingFlagsEXT
impl Ord for PastPresentationTimingFlagsEXT
Source§fn cmp(&self, other: &PastPresentationTimingFlagsEXT) -> Ordering
fn cmp(&self, other: &PastPresentationTimingFlagsEXT) -> 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 PastPresentationTimingFlagsEXT
impl PartialEq for PastPresentationTimingFlagsEXT
Source§fn eq(&self, other: &PastPresentationTimingFlagsEXT) -> bool
fn eq(&self, other: &PastPresentationTimingFlagsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PastPresentationTimingFlagsEXT
impl PartialOrd for PastPresentationTimingFlagsEXT
impl Copy for PastPresentationTimingFlagsEXT
impl Eq for PastPresentationTimingFlagsEXT
impl StructuralPartialEq for PastPresentationTimingFlagsEXT
Auto Trait Implementations§
impl Freeze for PastPresentationTimingFlagsEXT
impl RefUnwindSafe for PastPresentationTimingFlagsEXT
impl Send for PastPresentationTimingFlagsEXT
impl Sync for PastPresentationTimingFlagsEXT
impl Unpin for PastPresentationTimingFlagsEXT
impl UnwindSafe for PastPresentationTimingFlagsEXT
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