pub struct QueueFamilyId(pub usize);
Expand description
Identifier for a queue family of a physical device.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for QueueFamilyId
impl Clone for QueueFamilyId
Source§fn clone(&self) -> QueueFamilyId
fn clone(&self) -> QueueFamilyId
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 QueueFamilyId
impl Debug for QueueFamilyId
Source§impl Hash for QueueFamilyId
impl Hash for QueueFamilyId
Source§impl PartialEq for QueueFamilyId
impl PartialEq for QueueFamilyId
impl Copy for QueueFamilyId
impl Eq for QueueFamilyId
impl StructuralPartialEq for QueueFamilyId
Auto Trait Implementations§
impl Freeze for QueueFamilyId
impl RefUnwindSafe for QueueFamilyId
impl Send for QueueFamilyId
impl Sync for QueueFamilyId
impl Unpin for QueueFamilyId
impl UnwindSafe for QueueFamilyId
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