pub enum QueueFamilyIndex {
Index(u32),
Ignored,
}
Variants§
Trait Implementations§
Source§impl Clone for QueueFamilyIndex
impl Clone for QueueFamilyIndex
Source§fn clone(&self) -> QueueFamilyIndex
fn clone(&self) -> QueueFamilyIndex
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 Debug for QueueFamilyIndex
impl Debug for QueueFamilyIndex
Source§impl From<QueueFamilyIndex> for u32
impl From<QueueFamilyIndex> for u32
Source§fn from(index: QueueFamilyIndex) -> Self
fn from(index: QueueFamilyIndex) -> Self
Converts to this type from the input type.
Source§impl Hash for QueueFamilyIndex
impl Hash for QueueFamilyIndex
Source§impl PartialEq for QueueFamilyIndex
impl PartialEq for QueueFamilyIndex
impl Copy for QueueFamilyIndex
impl Eq for QueueFamilyIndex
impl StructuralPartialEq for QueueFamilyIndex
Auto Trait Implementations§
impl Freeze for QueueFamilyIndex
impl RefUnwindSafe for QueueFamilyIndex
impl Send for QueueFamilyIndex
impl Sync for QueueFamilyIndex
impl Unpin for QueueFamilyIndex
impl UnwindSafe for QueueFamilyIndex
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