#[repr(C)]pub struct PhysicalDeviceDataGraphOperationSupportARM {
pub operation_type: PhysicalDeviceDataGraphOperationTypeARM,
pub name: StringArray<MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM>,
pub version: u32,
}Expand description
Fields§
§operation_type: PhysicalDeviceDataGraphOperationTypeARM§name: StringArray<MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM>§version: u32Trait 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 moreSource§impl Default for PhysicalDeviceDataGraphOperationSupportARM
impl Default for PhysicalDeviceDataGraphOperationSupportARM
Source§fn default() -> PhysicalDeviceDataGraphOperationSupportARM
fn default() -> PhysicalDeviceDataGraphOperationSupportARM
Returns the “default value” for a type. Read more
Source§impl PartialEq for PhysicalDeviceDataGraphOperationSupportARM
impl PartialEq for PhysicalDeviceDataGraphOperationSupportARM
Source§fn eq(&self, other: &PhysicalDeviceDataGraphOperationSupportARM) -> bool
fn eq(&self, other: &PhysicalDeviceDataGraphOperationSupportARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceDataGraphOperationSupportARM
impl Eq for PhysicalDeviceDataGraphOperationSupportARM
impl StructuralPartialEq 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 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