Struct ash::vk::DisplayPlaneAlphaFlagsKHR
source · 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 PartialEq for DisplayPlaneAlphaFlagsKHR
impl PartialEq for DisplayPlaneAlphaFlagsKHR
source§fn eq(&self, other: &DisplayPlaneAlphaFlagsKHR) -> bool
fn eq(&self, other: &DisplayPlaneAlphaFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DisplayPlaneAlphaFlagsKHR
impl PartialOrd for DisplayPlaneAlphaFlagsKHR
source§fn partial_cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl 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