pub struct QueueFlags(/* private fields */);Expand description
Implementations§
Source§impl QueueFlags
 
impl QueueFlags
Source§impl QueueFlags
 
impl QueueFlags
Source§impl QueueFlags
Generated from ‘VK_KHR_video_decode_queue’
 
impl QueueFlags
Generated from ‘VK_KHR_video_decode_queue’
pub const VIDEO_DECODE_KHR: Self
Source§impl QueueFlags
Generated from ‘VK_KHR_video_encode_queue’
 
impl QueueFlags
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODE_KHR: Self
Source§impl QueueFlags
Generated from ‘VK_QCOM_extension_440’
 
impl QueueFlags
Generated from ‘VK_QCOM_extension_440’
pub const RESERVED_7_QCOM: Self
Source§impl QueueFlags
Generated from ‘VK_VERSION_1_1’
 
impl QueueFlags
Generated from ‘VK_VERSION_1_1’
Trait Implementations§
Source§impl BitAnd for QueueFlags
 
impl BitAnd for QueueFlags
Source§impl BitAndAssign for QueueFlags
 
impl BitAndAssign for QueueFlags
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOr for QueueFlags
 
impl BitOr for QueueFlags
Source§impl BitOrAssign for QueueFlags
 
impl BitOrAssign for QueueFlags
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXor for QueueFlags
 
impl BitXor for QueueFlags
Source§impl BitXorAssign for QueueFlags
 
impl BitXorAssign for QueueFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for QueueFlags
 
impl Clone for QueueFlags
Source§fn clone(&self) -> QueueFlags
 
fn clone(&self) -> QueueFlags
Returns a duplicate 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 Default for QueueFlags
 
impl Default for QueueFlags
Source§impl Hash for QueueFlags
 
impl Hash for QueueFlags
Source§impl Not for QueueFlags
 
impl Not for QueueFlags
Source§impl Ord for QueueFlags
 
impl Ord for QueueFlags
Source§fn cmp(&self, other: &QueueFlags) -> Ordering
 
fn cmp(&self, other: &QueueFlags) -> 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 QueueFlags
 
impl PartialEq for QueueFlags
Source§impl PartialOrd for QueueFlags
 
impl PartialOrd for QueueFlags
impl Copy for QueueFlags
impl Eq for QueueFlags
impl StructuralPartialEq for QueueFlags
Auto Trait Implementations§
impl Freeze for QueueFlags
impl RefUnwindSafe for QueueFlags
impl Send for QueueFlags
impl Sync for QueueFlags
impl Unpin for QueueFlags
impl UnwindSafe for QueueFlags
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