pub struct PresentTimingInfoFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl PresentTimingInfoFlagBitsEXT
impl PresentTimingInfoFlagBitsEXT
Sourcepub const PRESENT_AT_RELATIVE_TIME: PresentTimingInfoFlagBitsEXT
pub const PRESENT_AT_RELATIVE_TIME: PresentTimingInfoFlagBitsEXT
Bit 0.
Sourcepub const PRESENT_AT_NEAREST_REFRESH_CYCLE: PresentTimingInfoFlagBitsEXT
pub const PRESENT_AT_NEAREST_REFRESH_CYCLE: PresentTimingInfoFlagBitsEXT
Bit 1.
pub const fn empty() -> PresentTimingInfoFlagBitsEXT
pub const fn from_raw(value: u32) -> PresentTimingInfoFlagBitsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: PresentTimingInfoFlagBitsEXT) -> bool
pub const fn all() -> PresentTimingInfoFlagBitsEXT
Trait Implementations§
Source§impl BitAnd for PresentTimingInfoFlagBitsEXT
impl BitAnd for PresentTimingInfoFlagBitsEXT
Source§type Output = PresentTimingInfoFlagBitsEXT
type Output = PresentTimingInfoFlagBitsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: PresentTimingInfoFlagBitsEXT,
) -> PresentTimingInfoFlagBitsEXT
fn bitand( self, rhs: PresentTimingInfoFlagBitsEXT, ) -> PresentTimingInfoFlagBitsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for PresentTimingInfoFlagBitsEXT
impl BitAndAssign for PresentTimingInfoFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
fn bitand_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for PresentTimingInfoFlagBitsEXT
impl BitOr for PresentTimingInfoFlagBitsEXT
Source§type Output = PresentTimingInfoFlagBitsEXT
type Output = PresentTimingInfoFlagBitsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: PresentTimingInfoFlagBitsEXT,
) -> PresentTimingInfoFlagBitsEXT
fn bitor( self, rhs: PresentTimingInfoFlagBitsEXT, ) -> PresentTimingInfoFlagBitsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for PresentTimingInfoFlagBitsEXT
impl BitOrAssign for PresentTimingInfoFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
fn bitor_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for PresentTimingInfoFlagBitsEXT
impl BitXor for PresentTimingInfoFlagBitsEXT
Source§type Output = PresentTimingInfoFlagBitsEXT
type Output = PresentTimingInfoFlagBitsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: PresentTimingInfoFlagBitsEXT,
) -> PresentTimingInfoFlagBitsEXT
fn bitxor( self, rhs: PresentTimingInfoFlagBitsEXT, ) -> PresentTimingInfoFlagBitsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for PresentTimingInfoFlagBitsEXT
impl BitXorAssign for PresentTimingInfoFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
fn bitxor_assign(&mut self, rhs: PresentTimingInfoFlagBitsEXT)
Performs the
^= operation. Read moreSource§impl Clone for PresentTimingInfoFlagBitsEXT
impl Clone for PresentTimingInfoFlagBitsEXT
Source§fn clone(&self) -> PresentTimingInfoFlagBitsEXT
fn clone(&self) -> PresentTimingInfoFlagBitsEXT
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 PresentTimingInfoFlagBitsEXT
impl Debug for PresentTimingInfoFlagBitsEXT
Source§impl Default for PresentTimingInfoFlagBitsEXT
impl Default for PresentTimingInfoFlagBitsEXT
Source§fn default() -> PresentTimingInfoFlagBitsEXT
fn default() -> PresentTimingInfoFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for PresentTimingInfoFlagBitsEXT
impl Hash for PresentTimingInfoFlagBitsEXT
Source§impl Not for PresentTimingInfoFlagBitsEXT
impl Not for PresentTimingInfoFlagBitsEXT
Source§type Output = PresentTimingInfoFlagBitsEXT
type Output = PresentTimingInfoFlagBitsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> PresentTimingInfoFlagBitsEXT
fn not(self) -> PresentTimingInfoFlagBitsEXT
Performs the unary
! operation. Read moreSource§impl Ord for PresentTimingInfoFlagBitsEXT
impl Ord for PresentTimingInfoFlagBitsEXT
Source§fn cmp(&self, other: &PresentTimingInfoFlagBitsEXT) -> Ordering
fn cmp(&self, other: &PresentTimingInfoFlagBitsEXT) -> 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 PresentTimingInfoFlagBitsEXT
impl PartialEq for PresentTimingInfoFlagBitsEXT
Source§fn eq(&self, other: &PresentTimingInfoFlagBitsEXT) -> bool
fn eq(&self, other: &PresentTimingInfoFlagBitsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PresentTimingInfoFlagBitsEXT
impl PartialOrd for PresentTimingInfoFlagBitsEXT
impl Copy for PresentTimingInfoFlagBitsEXT
impl Eq for PresentTimingInfoFlagBitsEXT
impl StructuralPartialEq for PresentTimingInfoFlagBitsEXT
Auto Trait Implementations§
impl Freeze for PresentTimingInfoFlagBitsEXT
impl RefUnwindSafe for PresentTimingInfoFlagBitsEXT
impl Send for PresentTimingInfoFlagBitsEXT
impl Sync for PresentTimingInfoFlagBitsEXT
impl Unpin for PresentTimingInfoFlagBitsEXT
impl UnsafeUnpin for PresentTimingInfoFlagBitsEXT
impl UnwindSafe for PresentTimingInfoFlagBitsEXT
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