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