Struct screen_13::prelude::vk::AndroidSurfaceCreateFlagsKHR
source · pub struct AndroidSurfaceCreateFlagsKHR(_);Expand description
Implementations§
source§impl AndroidSurfaceCreateFlagsKHR
impl AndroidSurfaceCreateFlagsKHR
pub const fn empty() -> AndroidSurfaceCreateFlagsKHR
pub const fn from_raw(x: u32) -> AndroidSurfaceCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: AndroidSurfaceCreateFlagsKHR) -> bool
sourcepub const fn contains(self, other: AndroidSurfaceCreateFlagsKHR) -> bool
pub const fn contains(self, other: AndroidSurfaceCreateFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations§
source§impl BitAnd<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitAnd<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
§type Output = AndroidSurfaceCreateFlagsKHR
type Output = AndroidSurfaceCreateFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: AndroidSurfaceCreateFlagsKHR
) -> AndroidSurfaceCreateFlagsKHR
fn bitand( self, rhs: AndroidSurfaceCreateFlagsKHR ) -> AndroidSurfaceCreateFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitAndAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitOr<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
§type Output = AndroidSurfaceCreateFlagsKHR
type Output = AndroidSurfaceCreateFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(self, rhs: AndroidSurfaceCreateFlagsKHR) -> AndroidSurfaceCreateFlagsKHR
fn bitor(self, rhs: AndroidSurfaceCreateFlagsKHR) -> AndroidSurfaceCreateFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitOrAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitXor<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
§type Output = AndroidSurfaceCreateFlagsKHR
type Output = AndroidSurfaceCreateFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: AndroidSurfaceCreateFlagsKHR
) -> AndroidSurfaceCreateFlagsKHR
fn bitxor( self, rhs: AndroidSurfaceCreateFlagsKHR ) -> AndroidSurfaceCreateFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl BitXorAssign<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: AndroidSurfaceCreateFlagsKHR)
Performs the
^= operation. Read moresource§impl Clone for AndroidSurfaceCreateFlagsKHR
impl Clone for AndroidSurfaceCreateFlagsKHR
source§fn clone(&self) -> AndroidSurfaceCreateFlagsKHR
fn clone(&self) -> AndroidSurfaceCreateFlagsKHR
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 AndroidSurfaceCreateFlagsKHR
impl Debug for AndroidSurfaceCreateFlagsKHR
source§impl Default for AndroidSurfaceCreateFlagsKHR
impl Default for AndroidSurfaceCreateFlagsKHR
source§fn default() -> AndroidSurfaceCreateFlagsKHR
fn default() -> AndroidSurfaceCreateFlagsKHR
Returns the “default value” for a type. Read more
source§impl Hash for AndroidSurfaceCreateFlagsKHR
impl Hash for AndroidSurfaceCreateFlagsKHR
source§impl Not for AndroidSurfaceCreateFlagsKHR
impl Not for AndroidSurfaceCreateFlagsKHR
§type Output = AndroidSurfaceCreateFlagsKHR
type Output = AndroidSurfaceCreateFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> AndroidSurfaceCreateFlagsKHR
fn not(self) -> AndroidSurfaceCreateFlagsKHR
Performs the unary
! operation. Read moresource§impl Ord for AndroidSurfaceCreateFlagsKHR
impl Ord for AndroidSurfaceCreateFlagsKHR
source§fn cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> 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<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl PartialEq<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
source§fn eq(&self, other: &AndroidSurfaceCreateFlagsKHR) -> bool
fn eq(&self, other: &AndroidSurfaceCreateFlagsKHR) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
impl PartialOrd<AndroidSurfaceCreateFlagsKHR> for AndroidSurfaceCreateFlagsKHR
source§fn partial_cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> 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 more