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