Struct screen_13::driver::QueueFamilyProperties
source · [−]pub struct QueueFamilyProperties {
pub queue_flags: QueueFlags,
pub queue_count: u32,
pub timestamp_valid_bits: u32,
pub min_image_transfer_granularity: [u32; 3],
}Fields
queue_flags: QueueFlagsqueue_count: u32timestamp_valid_bits: u32min_image_transfer_granularity: [u32; 3]Trait Implementations
sourceimpl Clone for QueueFamilyProperties
impl Clone for QueueFamilyProperties
sourcefn clone(&self) -> QueueFamilyProperties
fn clone(&self) -> QueueFamilyProperties
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 more
sourceimpl Debug for QueueFamilyProperties
impl Debug for QueueFamilyProperties
sourceimpl Hash for QueueFamilyProperties
impl Hash for QueueFamilyProperties
sourceimpl PartialEq<QueueFamilyProperties> for QueueFamilyProperties
impl PartialEq<QueueFamilyProperties> for QueueFamilyProperties
sourcefn eq(&self, other: &QueueFamilyProperties) -> bool
fn eq(&self, other: &QueueFamilyProperties) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &QueueFamilyProperties) -> bool
fn ne(&self, other: &QueueFamilyProperties) -> bool
This method tests for !=.
impl Copy for QueueFamilyProperties
impl Eq for QueueFamilyProperties
impl StructuralEq for QueueFamilyProperties
impl StructuralPartialEq for QueueFamilyProperties
Auto Trait Implementations
impl RefUnwindSafe for QueueFamilyProperties
impl Send for QueueFamilyProperties
impl Sync for QueueFamilyProperties
impl Unpin for QueueFamilyProperties
impl UnwindSafe for QueueFamilyProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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