Struct screen_13::driver::QueueFamily
source · [−]pub struct QueueFamily {
pub idx: u32,
pub props: QueueFamilyProperties,
}Expand description
Execution queue selected by the current device.
Fields
idx: u32Physical queue index.
props: QueueFamilyPropertiesProperties of the selected execution queue.
Trait Implementations
sourceimpl Clone for QueueFamily
impl Clone for QueueFamily
sourcefn clone(&self) -> QueueFamily
fn clone(&self) -> QueueFamily
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QueueFamily
impl Debug for QueueFamily
sourceimpl Hash for QueueFamily
impl Hash for QueueFamily
sourceimpl PartialEq<QueueFamily> for QueueFamily
impl PartialEq<QueueFamily> for QueueFamily
sourcefn eq(&self, other: &QueueFamily) -> bool
fn eq(&self, other: &QueueFamily) -> bool
impl Copy for QueueFamily
impl Eq for QueueFamily
impl StructuralEq for QueueFamily
impl StructuralPartialEq for QueueFamily
Auto Trait Implementations
impl RefUnwindSafe for QueueFamily
impl Send for QueueFamily
impl Sync for QueueFamily
impl Unpin for QueueFamily
impl UnwindSafe for QueueFamily
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more