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