#[repr(C)]pub struct PhysicalDeviceExternalTensorInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: TensorCreateFlagBitsARM,
pub p_description: *const TensorDescriptionARM,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
}Expand description
VkPhysicalDeviceExternalTensorInfoARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_TENSOR_INFO_ARM.
p_next: *const c_voidOptional, may be null.
flags: TensorCreateFlagBitsARM§p_description: *const TensorDescriptionARM§handle_type: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl PhysicalDeviceExternalTensorInfoARM
impl PhysicalDeviceExternalTensorInfoARM
Sourcepub fn builder<'a>() -> PhysicalDeviceExternalTensorInfoARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExternalTensorInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExternalTensorInfoARM
impl Clone for PhysicalDeviceExternalTensorInfoARM
Source§fn clone(&self) -> PhysicalDeviceExternalTensorInfoARM
fn clone(&self) -> PhysicalDeviceExternalTensorInfoARM
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 PhysicalDeviceExternalTensorInfoARM
impl Default for PhysicalDeviceExternalTensorInfoARM
Source§fn default() -> PhysicalDeviceExternalTensorInfoARM
fn default() -> PhysicalDeviceExternalTensorInfoARM
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceExternalTensorInfoARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalTensorInfoARM
impl RefUnwindSafe for PhysicalDeviceExternalTensorInfoARM
impl !Send for PhysicalDeviceExternalTensorInfoARM
impl !Sync for PhysicalDeviceExternalTensorInfoARM
impl Unpin for PhysicalDeviceExternalTensorInfoARM
impl UnsafeUnpin for PhysicalDeviceExternalTensorInfoARM
impl UnwindSafe for PhysicalDeviceExternalTensorInfoARM
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