#[repr(C)]pub struct PhysicalDeviceExternalTensorInfoARM {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: TensorCreateFlagsARM,
pub description: *const TensorDescriptionARM,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: TensorCreateFlagsARM§description: *const TensorDescriptionARM§handle_type: ExternalMemoryHandleTypeFlagsTrait 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 PartialEq for PhysicalDeviceExternalTensorInfoARM
impl PartialEq for PhysicalDeviceExternalTensorInfoARM
Source§fn eq(&self, other: &PhysicalDeviceExternalTensorInfoARM) -> bool
fn eq(&self, other: &PhysicalDeviceExternalTensorInfoARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceExternalTensorInfoARM
impl Eq for PhysicalDeviceExternalTensorInfoARM
impl Send for PhysicalDeviceExternalTensorInfoARM
impl StructuralPartialEq for PhysicalDeviceExternalTensorInfoARM
impl Sync for PhysicalDeviceExternalTensorInfoARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalTensorInfoARM
impl RefUnwindSafe for PhysicalDeviceExternalTensorInfoARM
impl Unpin 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