Struct ash::vk::EventCreateFlags  
source · #[repr(transparent)]pub struct EventCreateFlags(_);Expand description
Implementations§
source§impl EventCreateFlags
 
impl EventCreateFlags
source§impl EventCreateFlags
 
impl EventCreateFlags
Generated from ‘VK_KHR_synchronization2’
pub const DEVICE_ONLY_KHR: Self = Self::DEVICE_ONLY
Trait Implementations§
source§impl BitAnd<EventCreateFlags> for EventCreateFlags
 
impl BitAnd<EventCreateFlags> for EventCreateFlags
source§impl BitAndAssign<EventCreateFlags> for EventCreateFlags
 
impl BitAndAssign<EventCreateFlags> for EventCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr<EventCreateFlags> for EventCreateFlags
 
impl BitOr<EventCreateFlags> for EventCreateFlags
source§impl BitOrAssign<EventCreateFlags> for EventCreateFlags
 
impl BitOrAssign<EventCreateFlags> for EventCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor<EventCreateFlags> for EventCreateFlags
 
impl BitXor<EventCreateFlags> for EventCreateFlags
source§impl BitXorAssign<EventCreateFlags> for EventCreateFlags
 
impl BitXorAssign<EventCreateFlags> for EventCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
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§impl Hash for EventCreateFlags
 
impl Hash for EventCreateFlags
source§impl Not for EventCreateFlags
 
impl Not for EventCreateFlags
source§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