#[repr(C)]pub struct QueueFamilyDataGraphPropertiesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub engine: PhysicalDeviceDataGraphProcessingEngineARM,
pub operation: PhysicalDeviceDataGraphOperationSupportARM,
}Expand description
VkQueueFamilyDataGraphPropertiesARM
Provided by VK_ARM_data_graph.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_PROPERTIES_ARM.
p_next: *mut c_voidOptional, may be null.
engine: PhysicalDeviceDataGraphProcessingEngineARM§operation: PhysicalDeviceDataGraphOperationSupportARMImplementations§
Source§impl QueueFamilyDataGraphPropertiesARM
impl QueueFamilyDataGraphPropertiesARM
Sourcepub fn builder<'a>() -> QueueFamilyDataGraphPropertiesARMBuilder<'a>
pub fn builder<'a>() -> QueueFamilyDataGraphPropertiesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueueFamilyDataGraphPropertiesARM
impl Clone for QueueFamilyDataGraphPropertiesARM
Source§fn clone(&self) -> QueueFamilyDataGraphPropertiesARM
fn clone(&self) -> QueueFamilyDataGraphPropertiesARM
Returns a duplicate 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 Default for QueueFamilyDataGraphPropertiesARM
impl Default for QueueFamilyDataGraphPropertiesARM
Source§fn default() -> QueueFamilyDataGraphPropertiesARM
fn default() -> QueueFamilyDataGraphPropertiesARM
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyDataGraphPropertiesARM
Auto Trait Implementations§
impl Freeze for QueueFamilyDataGraphPropertiesARM
impl RefUnwindSafe for QueueFamilyDataGraphPropertiesARM
impl !Send for QueueFamilyDataGraphPropertiesARM
impl !Sync for QueueFamilyDataGraphPropertiesARM
impl Unpin for QueueFamilyDataGraphPropertiesARM
impl UnsafeUnpin for QueueFamilyDataGraphPropertiesARM
impl UnwindSafe for QueueFamilyDataGraphPropertiesARM
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