#[repr(C)]pub struct PhysicalDeviceDescriptorHeapTensorPropertiesARM {
pub s_type: StructureType,
pub next: *mut c_void,
pub tensor_descriptor_size: u64,
pub tensor_descriptor_alignment: u64,
pub tensor_capture_replay_opaque_data_size: usize,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§tensor_descriptor_size: u64§tensor_descriptor_alignment: u64§tensor_capture_replay_opaque_data_size: usizeTrait Implementations§
Source§impl Cast for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Cast for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§type Target = PhysicalDeviceDescriptorHeapTensorPropertiesARM
type Target = PhysicalDeviceDescriptorHeapTensorPropertiesARM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Clone for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§fn clone(&self) -> PhysicalDeviceDescriptorHeapTensorPropertiesARM
fn clone(&self) -> PhysicalDeviceDescriptorHeapTensorPropertiesARM
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 PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Default for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§fn default() -> PhysicalDeviceDescriptorHeapTensorPropertiesARM
fn default() -> PhysicalDeviceDescriptorHeapTensorPropertiesARM
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl HasBuilder<'static> for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§impl InputChainStruct for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl InputChainStruct for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§const TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_HEAP_TENSOR_PROPERTIES_ARM
const TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_HEAP_TENSOR_PROPERTIES_ARM
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§impl PartialEq for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl PartialEq for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Source§fn eq(&self, other: &PhysicalDeviceDescriptorHeapTensorPropertiesARM) -> bool
fn eq(&self, other: &PhysicalDeviceDescriptorHeapTensorPropertiesARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Eq for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Send for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl StructuralPartialEq for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Sync for PhysicalDeviceDescriptorHeapTensorPropertiesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl RefUnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl Unpin for PhysicalDeviceDescriptorHeapTensorPropertiesARM
impl UnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARM
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