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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more