#[repr(transparent)]pub struct Win32SurfaceCreateFlagsKHR(_);Expand description
Implementations
sourceimpl Win32SurfaceCreateFlagsKHR
impl Win32SurfaceCreateFlagsKHR
pub const fn empty() -> Win32SurfaceCreateFlagsKHR
pub const fn from_raw(x: u32) -> Win32SurfaceCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: Win32SurfaceCreateFlagsKHR) -> bool
sourcepub const fn contains(self, other: Win32SurfaceCreateFlagsKHR) -> bool
pub const fn contains(self, other: Win32SurfaceCreateFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitAnd<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
fn bitand(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitAndAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
sourcefn bitand_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitOr<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
fn bitor(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitOrAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
sourcefn bitor_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitXor<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
fn bitxor(self, rhs: Win32SurfaceCreateFlagsKHR) -> Win32SurfaceCreateFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl BitXorAssign<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: Win32SurfaceCreateFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for Win32SurfaceCreateFlagsKHR
impl Clone for Win32SurfaceCreateFlagsKHR
sourcefn clone(&self) -> Win32SurfaceCreateFlagsKHR
fn clone(&self) -> Win32SurfaceCreateFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Win32SurfaceCreateFlagsKHR
impl Debug for Win32SurfaceCreateFlagsKHR
sourceimpl Default for Win32SurfaceCreateFlagsKHR
impl Default for Win32SurfaceCreateFlagsKHR
sourcefn default() -> Win32SurfaceCreateFlagsKHR
fn default() -> Win32SurfaceCreateFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for Win32SurfaceCreateFlagsKHR
impl Hash for Win32SurfaceCreateFlagsKHR
sourceimpl Not for Win32SurfaceCreateFlagsKHR
impl Not for Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
type Output = Win32SurfaceCreateFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> Win32SurfaceCreateFlagsKHR
fn not(self) -> Win32SurfaceCreateFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for Win32SurfaceCreateFlagsKHR
impl Ord for Win32SurfaceCreateFlagsKHR
sourceimpl PartialEq<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl PartialEq<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
sourcefn eq(&self, other: &Win32SurfaceCreateFlagsKHR) -> bool
fn eq(&self, other: &Win32SurfaceCreateFlagsKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Win32SurfaceCreateFlagsKHR) -> bool
fn ne(&self, other: &Win32SurfaceCreateFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
impl PartialOrd<Win32SurfaceCreateFlagsKHR> for Win32SurfaceCreateFlagsKHR
sourcefn partial_cmp(&self, other: &Win32SurfaceCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &Win32SurfaceCreateFlagsKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Win32SurfaceCreateFlagsKHR
impl Eq for Win32SurfaceCreateFlagsKHR
impl StructuralEq for Win32SurfaceCreateFlagsKHR
impl StructuralPartialEq for Win32SurfaceCreateFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for Win32SurfaceCreateFlagsKHR
impl Send for Win32SurfaceCreateFlagsKHR
impl Sync for Win32SurfaceCreateFlagsKHR
impl Unpin for Win32SurfaceCreateFlagsKHR
impl UnwindSafe for Win32SurfaceCreateFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more