pub struct DisplaySurfaceCreateFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for DisplaySurfaceCreateFlagsKHR
impl BitAndAssign for DisplaySurfaceCreateFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for DisplaySurfaceCreateFlagsKHR
impl BitOr for DisplaySurfaceCreateFlagsKHR
Source§impl BitOrAssign for DisplaySurfaceCreateFlagsKHR
impl BitOrAssign for DisplaySurfaceCreateFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for DisplaySurfaceCreateFlagsKHR
impl BitXorAssign for DisplaySurfaceCreateFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for DisplaySurfaceCreateFlagsKHR
impl Clone for DisplaySurfaceCreateFlagsKHR
Source§fn clone(&self) -> DisplaySurfaceCreateFlagsKHR
fn clone(&self) -> DisplaySurfaceCreateFlagsKHR
Returns a copy 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 DisplaySurfaceCreateFlagsKHR
impl Debug for DisplaySurfaceCreateFlagsKHR
Source§impl Hash for DisplaySurfaceCreateFlagsKHR
impl Hash for DisplaySurfaceCreateFlagsKHR
Source§impl Not for DisplaySurfaceCreateFlagsKHR
impl Not for DisplaySurfaceCreateFlagsKHR
Source§impl Ord for DisplaySurfaceCreateFlagsKHR
impl Ord for DisplaySurfaceCreateFlagsKHR
Source§fn cmp(&self, other: &DisplaySurfaceCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &DisplaySurfaceCreateFlagsKHR) -> 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 DisplaySurfaceCreateFlagsKHR
impl PartialEq for DisplaySurfaceCreateFlagsKHR
Source§fn eq(&self, other: &DisplaySurfaceCreateFlagsKHR) -> bool
fn eq(&self, other: &DisplaySurfaceCreateFlagsKHR) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DisplaySurfaceCreateFlagsKHR
impl PartialOrd for DisplaySurfaceCreateFlagsKHR
impl Copy for DisplaySurfaceCreateFlagsKHR
impl Eq for DisplaySurfaceCreateFlagsKHR
impl StructuralPartialEq for DisplaySurfaceCreateFlagsKHR
Auto Trait Implementations§
impl Freeze for DisplaySurfaceCreateFlagsKHR
impl RefUnwindSafe for DisplaySurfaceCreateFlagsKHR
impl Send for DisplaySurfaceCreateFlagsKHR
impl Sync for DisplaySurfaceCreateFlagsKHR
impl Unpin for DisplaySurfaceCreateFlagsKHR
impl UnwindSafe for DisplaySurfaceCreateFlagsKHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)