pub struct DeviceQueueCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl DeviceQueueCreateFlags
impl DeviceQueueCreateFlags
pub const fn empty() -> DeviceQueueCreateFlags
pub const fn from_raw(x: u32) -> DeviceQueueCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DeviceQueueCreateFlags) -> bool
Sourcepub const fn contains(self, other: DeviceQueueCreateFlags) -> bool
pub const fn contains(self, other: DeviceQueueCreateFlags) -> bool
Returns whether other is a subset of self
Source§impl DeviceQueueCreateFlags
Generated from ‘VK_VERSION_1_1’
impl DeviceQueueCreateFlags
Generated from ‘VK_VERSION_1_1’
Sourcepub const PROTECTED: DeviceQueueCreateFlags
pub const PROTECTED: DeviceQueueCreateFlags
Queue is a protected-capable device queue
Trait Implementations§
Source§impl BitAnd for DeviceQueueCreateFlags
impl BitAnd for DeviceQueueCreateFlags
Source§type Output = DeviceQueueCreateFlags
type Output = DeviceQueueCreateFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
fn bitand(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for DeviceQueueCreateFlags
impl BitAndAssign for DeviceQueueCreateFlags
Source§fn bitand_assign(&mut self, rhs: DeviceQueueCreateFlags)
fn bitand_assign(&mut self, rhs: DeviceQueueCreateFlags)
Performs the
&= operation. Read moreSource§impl BitOr for DeviceQueueCreateFlags
impl BitOr for DeviceQueueCreateFlags
Source§type Output = DeviceQueueCreateFlags
type Output = DeviceQueueCreateFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
fn bitor(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for DeviceQueueCreateFlags
impl BitOrAssign for DeviceQueueCreateFlags
Source§fn bitor_assign(&mut self, rhs: DeviceQueueCreateFlags)
fn bitor_assign(&mut self, rhs: DeviceQueueCreateFlags)
Performs the
|= operation. Read moreSource§impl BitXor for DeviceQueueCreateFlags
impl BitXor for DeviceQueueCreateFlags
Source§type Output = DeviceQueueCreateFlags
type Output = DeviceQueueCreateFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
fn bitxor(self, rhs: DeviceQueueCreateFlags) -> DeviceQueueCreateFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for DeviceQueueCreateFlags
impl BitXorAssign for DeviceQueueCreateFlags
Source§fn bitxor_assign(&mut self, rhs: DeviceQueueCreateFlags)
fn bitxor_assign(&mut self, rhs: DeviceQueueCreateFlags)
Performs the
^= operation. Read moreSource§impl Clone for DeviceQueueCreateFlags
impl Clone for DeviceQueueCreateFlags
Source§fn clone(&self) -> DeviceQueueCreateFlags
fn clone(&self) -> DeviceQueueCreateFlags
Returns a duplicate of the value. Read more
1.0.0§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§fn default() -> DeviceQueueCreateFlags
fn default() -> DeviceQueueCreateFlags
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceQueueCreateFlags
impl Hash for DeviceQueueCreateFlags
Source§impl Not for DeviceQueueCreateFlags
impl Not for DeviceQueueCreateFlags
Source§type Output = DeviceQueueCreateFlags
type Output = DeviceQueueCreateFlags
The resulting type after applying the
! operator.Source§fn not(self) -> DeviceQueueCreateFlags
fn not(self) -> DeviceQueueCreateFlags
Performs the unary
! operation. Read moreSource§impl Ord for DeviceQueueCreateFlags
impl Ord for DeviceQueueCreateFlags
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)