Struct ash::vk::QueueFamilyProperties  
source · #[repr(C)]pub struct QueueFamilyProperties {
    pub queue_flags: QueueFlags,
    pub queue_count: u32,
    pub timestamp_valid_bits: u32,
    pub min_image_transfer_granularity: Extent3D,
}Expand description
Fields§
§queue_flags: QueueFlags§queue_count: u32§timestamp_valid_bits: u32§min_image_transfer_granularity: Extent3DImplementations§
source§impl QueueFamilyProperties
 
impl QueueFamilyProperties
pub fn queue_flags(self, queue_flags: QueueFlags) -> Self
pub fn queue_count(self, queue_count: u32) -> Self
pub fn timestamp_valid_bits(self, timestamp_valid_bits: u32) -> Self
pub fn min_image_transfer_granularity( self, min_image_transfer_granularity: Extent3D, ) -> Self
Trait Implementations§
source§impl Clone for QueueFamilyProperties
 
impl Clone for QueueFamilyProperties
source§fn clone(&self) -> QueueFamilyProperties
 
fn clone(&self) -> QueueFamilyProperties
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 QueueFamilyProperties
 
impl Debug for QueueFamilyProperties
source§impl Default for QueueFamilyProperties
 
impl Default for QueueFamilyProperties
source§fn default() -> QueueFamilyProperties
 
fn default() -> QueueFamilyProperties
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyProperties
Auto Trait Implementations§
impl Freeze for QueueFamilyProperties
impl RefUnwindSafe for QueueFamilyProperties
impl Send for QueueFamilyProperties
impl Sync for QueueFamilyProperties
impl Unpin for QueueFamilyProperties
impl UnwindSafe for QueueFamilyProperties
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)