Struct ash::vk::DeviceCreateFlags
source · pub struct DeviceCreateFlags(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for DeviceCreateFlags
impl BitAnd for DeviceCreateFlags
source§impl BitAndAssign for DeviceCreateFlags
impl BitAndAssign for DeviceCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for DeviceCreateFlags
impl BitOr for DeviceCreateFlags
source§impl BitOrAssign for DeviceCreateFlags
impl BitOrAssign for DeviceCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for DeviceCreateFlags
impl BitXor for DeviceCreateFlags
source§impl BitXorAssign for DeviceCreateFlags
impl BitXorAssign for DeviceCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DeviceCreateFlags
impl Clone for DeviceCreateFlags
source§fn clone(&self) -> DeviceCreateFlags
fn clone(&self) -> DeviceCreateFlags
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 DeviceCreateFlags
impl Debug for DeviceCreateFlags
source§impl Default for DeviceCreateFlags
impl Default for DeviceCreateFlags
source§impl Hash for DeviceCreateFlags
impl Hash for DeviceCreateFlags
source§impl Not for DeviceCreateFlags
impl Not for DeviceCreateFlags
source§impl Ord for DeviceCreateFlags
impl Ord for DeviceCreateFlags
source§fn cmp(&self, other: &DeviceCreateFlags) -> Ordering
fn cmp(&self, other: &DeviceCreateFlags) -> 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 DeviceCreateFlags
impl PartialEq for DeviceCreateFlags
source§fn eq(&self, other: &DeviceCreateFlags) -> bool
fn eq(&self, other: &DeviceCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceCreateFlags
impl PartialOrd for DeviceCreateFlags
source§fn partial_cmp(&self, other: &DeviceCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceCreateFlags) -> 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 DeviceCreateFlags
impl Eq for DeviceCreateFlags
impl StructuralPartialEq for DeviceCreateFlags
Auto Trait Implementations§
impl Freeze for DeviceCreateFlags
impl RefUnwindSafe for DeviceCreateFlags
impl Send for DeviceCreateFlags
impl Sync for DeviceCreateFlags
impl Unpin for DeviceCreateFlags
impl UnwindSafe for DeviceCreateFlags
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