Struct ash::vk::EventCreateFlags
source · pub struct EventCreateFlags(/* private fields */);
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 for EventCreateFlags
impl BitAnd for EventCreateFlags
source§impl BitAndAssign for EventCreateFlags
impl BitAndAssign for EventCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for EventCreateFlags
impl BitOr for EventCreateFlags
source§impl BitOrAssign for EventCreateFlags
impl BitOrAssign for EventCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for EventCreateFlags
impl BitXor for EventCreateFlags
source§impl BitXorAssign for EventCreateFlags
impl BitXorAssign 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 for EventCreateFlags
impl PartialEq 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 for EventCreateFlags
impl PartialOrd 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 moreimpl Copy for EventCreateFlags
impl Eq for EventCreateFlags
impl StructuralPartialEq for EventCreateFlags
Auto Trait Implementations§
impl Freeze for EventCreateFlags
impl RefUnwindSafe for EventCreateFlags
impl Send for EventCreateFlags
impl Sync for EventCreateFlags
impl Unpin for EventCreateFlags
impl UnwindSafe for EventCreateFlags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more