Struct vulkanalia_sys::QueueFamilyProperties2
source · [−]#[repr(C)]pub struct QueueFamilyProperties2 {
pub s_type: StructureType,
pub next: *mut c_void,
pub queue_family_properties: QueueFamilyProperties,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidqueue_family_properties: QueueFamilyPropertiesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for QueueFamilyProperties2
impl !Send for QueueFamilyProperties2
impl !Sync for QueueFamilyProperties2
impl Unpin for QueueFamilyProperties2
impl UnwindSafe for QueueFamilyProperties2
Blanket Implementations
Mutably borrows from an owned value. Read more