#[repr(C)]pub struct PhysicalDeviceDataGraphOperationSupportARM {
pub operation_type: PhysicalDeviceDataGraphOperationTypeARM,
pub name: [c_char; 128],
pub version: u32,
}Expand description
Fields§
§operation_type: PhysicalDeviceDataGraphOperationTypeARM§name: [c_char; 128]§version: u32Implementations§
Source§impl PhysicalDeviceDataGraphOperationSupportARM
impl PhysicalDeviceDataGraphOperationSupportARM
pub fn operation_type( self, operation_type: PhysicalDeviceDataGraphOperationTypeARM, ) -> Self
pub fn name(self, name: &CStr) -> Result<Self, CStrTooLargeForStaticArray>
pub fn name_as_c_str(&self) -> Result<&CStr, FromBytesUntilNulError>
pub fn version(self, version: u32) -> Self
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 moreSource§impl Debug for PhysicalDeviceDataGraphOperationSupportARM
Available on crate feature debug only.
impl Debug for PhysicalDeviceDataGraphOperationSupportARM
Available on crate feature
debug only.impl 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 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