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