#[repr(C)]pub struct VkQueueFamilyProperties {
pub queueFlags: VkQueueFlags,
pub queueCount: u32,
pub timestampValidBits: u32,
pub minImageTransferGranularity: VkExtent3D,
}
Fields§
§queueFlags: VkQueueFlags
§queueCount: u32
§timestampValidBits: u32
§minImageTransferGranularity: VkExtent3D
Trait Implementations§
Source§impl Clone for VkQueueFamilyProperties
impl Clone for VkQueueFamilyProperties
Source§fn clone(&self) -> VkQueueFamilyProperties
fn clone(&self) -> VkQueueFamilyProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkQueueFamilyProperties
impl Default for VkQueueFamilyProperties
Source§fn default() -> VkQueueFamilyProperties
fn default() -> VkQueueFamilyProperties
Returns the “default value” for a type. Read more
impl Copy for VkQueueFamilyProperties
Auto Trait Implementations§
impl Freeze for VkQueueFamilyProperties
impl RefUnwindSafe for VkQueueFamilyProperties
impl Send for VkQueueFamilyProperties
impl Sync for VkQueueFamilyProperties
impl Unpin for VkQueueFamilyProperties
impl UnwindSafe for VkQueueFamilyProperties
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