#[repr(C)]pub struct PhysicalDeviceDataGraphOperationSupportARM {
pub operation_type: PhysicalDeviceDataGraphOperationTypeARM,
pub name: StringArray<{ _ }>,
pub version: u32,
}Expand description
VkPhysicalDeviceDataGraphOperationSupportARM
Provided by VK_ARM_data_graph.
Fields§
§operation_type: PhysicalDeviceDataGraphOperationTypeARM§name: StringArray<{ _ }>§version: u32Implementations§
Source§impl PhysicalDeviceDataGraphOperationSupportARM
impl PhysicalDeviceDataGraphOperationSupportARM
Sourcepub fn builder() -> PhysicalDeviceDataGraphOperationSupportARMBuilder
pub fn builder() -> PhysicalDeviceDataGraphOperationSupportARMBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDataGraphOperationSupportARM
impl Clone for PhysicalDeviceDataGraphOperationSupportARM
Source§fn clone(&self) -> PhysicalDeviceDataGraphOperationSupportARM
fn clone(&self) -> PhysicalDeviceDataGraphOperationSupportARM
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 moreimpl Copy for PhysicalDeviceDataGraphOperationSupportARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDataGraphOperationSupportARM
impl RefUnwindSafe for PhysicalDeviceDataGraphOperationSupportARM
impl Send for PhysicalDeviceDataGraphOperationSupportARM
impl Sync for PhysicalDeviceDataGraphOperationSupportARM
impl Unpin for PhysicalDeviceDataGraphOperationSupportARM
impl UnsafeUnpin for PhysicalDeviceDataGraphOperationSupportARM
impl UnwindSafe for PhysicalDeviceDataGraphOperationSupportARM
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