pub struct QueueFamily {
pub id: u32,
pub properties: QueueFamilyProperties,
}Fields§
§id: u32§properties: QueueFamilyPropertiesTrait Implementations§
Source§impl Clone for QueueFamily
impl Clone for QueueFamily
Source§fn clone(&self) -> QueueFamily
fn clone(&self) -> QueueFamily
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 QueueFamily
impl Debug for QueueFamily
Source§impl Hash for QueueFamily
impl Hash for QueueFamily
Source§impl PartialEq for QueueFamily
impl PartialEq for QueueFamily
impl Copy for QueueFamily
impl Eq for QueueFamily
Auto Trait Implementations§
impl Freeze for QueueFamily
impl RefUnwindSafe for QueueFamily
impl Send for QueueFamily
impl Sync for QueueFamily
impl Unpin for QueueFamily
impl UnwindSafe for QueueFamily
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