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