pub struct DisplayPlaneAlphaFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl DisplayPlaneAlphaFlagsKHR
impl DisplayPlaneAlphaFlagsKHR
pub const fn empty() -> DisplayPlaneAlphaFlagsKHR
pub const fn from_raw(x: u32) -> DisplayPlaneAlphaFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DisplayPlaneAlphaFlagsKHR) -> bool
Sourcepub const fn contains(self, other: DisplayPlaneAlphaFlagsKHR) -> bool
pub const fn contains(self, other: DisplayPlaneAlphaFlagsKHR) -> bool
Returns whether other is a subset of self
Source§impl DisplayPlaneAlphaFlagsKHR
impl DisplayPlaneAlphaFlagsKHR
pub const OPAQUE: DisplayPlaneAlphaFlagsKHR
pub const GLOBAL: DisplayPlaneAlphaFlagsKHR
pub const PER_PIXEL: DisplayPlaneAlphaFlagsKHR
pub const PER_PIXEL_PREMULTIPLIED: DisplayPlaneAlphaFlagsKHR
Trait Implementations§
Source§impl BitAnd for DisplayPlaneAlphaFlagsKHR
impl BitAnd for DisplayPlaneAlphaFlagsKHR
Source§type Output = DisplayPlaneAlphaFlagsKHR
type Output = DisplayPlaneAlphaFlagsKHR
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
fn bitand(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for DisplayPlaneAlphaFlagsKHR
impl BitAndAssign for DisplayPlaneAlphaFlagsKHR
Source§fn bitand_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
fn bitand_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for DisplayPlaneAlphaFlagsKHR
impl BitOr for DisplayPlaneAlphaFlagsKHR
Source§type Output = DisplayPlaneAlphaFlagsKHR
type Output = DisplayPlaneAlphaFlagsKHR
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
fn bitor(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for DisplayPlaneAlphaFlagsKHR
impl BitOrAssign for DisplayPlaneAlphaFlagsKHR
Source§fn bitor_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
fn bitor_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for DisplayPlaneAlphaFlagsKHR
impl BitXor for DisplayPlaneAlphaFlagsKHR
Source§type Output = DisplayPlaneAlphaFlagsKHR
type Output = DisplayPlaneAlphaFlagsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
fn bitxor(self, rhs: DisplayPlaneAlphaFlagsKHR) -> DisplayPlaneAlphaFlagsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for DisplayPlaneAlphaFlagsKHR
impl BitXorAssign for DisplayPlaneAlphaFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
fn bitxor_assign(&mut self, rhs: DisplayPlaneAlphaFlagsKHR)
Performs the
^= operation. Read moreSource§impl Clone for DisplayPlaneAlphaFlagsKHR
impl Clone for DisplayPlaneAlphaFlagsKHR
Source§fn clone(&self) -> DisplayPlaneAlphaFlagsKHR
fn clone(&self) -> DisplayPlaneAlphaFlagsKHR
Returns a duplicate of the value. Read more
1.0.0§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§fn default() -> DisplayPlaneAlphaFlagsKHR
fn default() -> DisplayPlaneAlphaFlagsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for DisplayPlaneAlphaFlagsKHR
impl Hash for DisplayPlaneAlphaFlagsKHR
Source§impl Not for DisplayPlaneAlphaFlagsKHR
impl Not for DisplayPlaneAlphaFlagsKHR
Source§type Output = DisplayPlaneAlphaFlagsKHR
type Output = DisplayPlaneAlphaFlagsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> DisplayPlaneAlphaFlagsKHR
fn not(self) -> DisplayPlaneAlphaFlagsKHR
Performs the unary
! operation. Read moreSource§impl Ord for DisplayPlaneAlphaFlagsKHR
impl Ord for DisplayPlaneAlphaFlagsKHR
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)