Struct ash::vk::DeviceQueueCreateFlags  
source · pub struct DeviceQueueCreateFlags(/* private fields */);Expand description
Implementations§
source§impl DeviceQueueCreateFlags
 
impl DeviceQueueCreateFlags
source§impl DeviceQueueCreateFlags
 
impl DeviceQueueCreateFlags
Generated from ‘VK_VERSION_1_1’
Trait Implementations§
source§impl BitAnd for DeviceQueueCreateFlags
 
impl BitAnd for DeviceQueueCreateFlags
source§impl BitAndAssign for DeviceQueueCreateFlags
 
impl BitAndAssign for DeviceQueueCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for DeviceQueueCreateFlags
 
impl BitOr for DeviceQueueCreateFlags
source§impl BitOrAssign for DeviceQueueCreateFlags
 
impl BitOrAssign for DeviceQueueCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for DeviceQueueCreateFlags
 
impl BitXor for DeviceQueueCreateFlags
source§impl BitXorAssign for DeviceQueueCreateFlags
 
impl BitXorAssign for DeviceQueueCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for DeviceQueueCreateFlags
 
impl Clone for DeviceQueueCreateFlags
source§fn clone(&self) -> DeviceQueueCreateFlags
 
fn clone(&self) -> DeviceQueueCreateFlags
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 DeviceQueueCreateFlags
 
impl Debug for DeviceQueueCreateFlags
source§impl Default for DeviceQueueCreateFlags
 
impl Default for DeviceQueueCreateFlags
source§impl Hash for DeviceQueueCreateFlags
 
impl Hash for DeviceQueueCreateFlags
source§impl Not for DeviceQueueCreateFlags
 
impl Not for DeviceQueueCreateFlags
source§impl Ord for DeviceQueueCreateFlags
 
impl Ord for DeviceQueueCreateFlags
source§fn cmp(&self, other: &DeviceQueueCreateFlags) -> Ordering
 
fn cmp(&self, other: &DeviceQueueCreateFlags) -> 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 DeviceQueueCreateFlags
 
impl PartialEq for DeviceQueueCreateFlags
source§impl PartialOrd for DeviceQueueCreateFlags
 
impl PartialOrd for DeviceQueueCreateFlags
impl Copy for DeviceQueueCreateFlags
impl Eq for DeviceQueueCreateFlags
impl StructuralPartialEq for DeviceQueueCreateFlags
Auto Trait Implementations§
impl Freeze for DeviceQueueCreateFlags
impl RefUnwindSafe for DeviceQueueCreateFlags
impl Send for DeviceQueueCreateFlags
impl Sync for DeviceQueueCreateFlags
impl Unpin for DeviceQueueCreateFlags
impl UnwindSafe for DeviceQueueCreateFlags
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)