#[repr(C)]pub struct ExternalTensorPropertiesARM {
pub s_type: StructureType,
pub next: *const c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§external_memory_properties: ExternalMemoryPropertiesTrait Implementations§
Source§impl Clone for ExternalTensorPropertiesARM
impl Clone for ExternalTensorPropertiesARM
Source§fn clone(&self) -> ExternalTensorPropertiesARM
fn clone(&self) -> ExternalTensorPropertiesARM
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 ExternalTensorPropertiesARM
impl Debug for ExternalTensorPropertiesARM
Source§impl Hash for ExternalTensorPropertiesARM
impl Hash for ExternalTensorPropertiesARM
impl Copy for ExternalTensorPropertiesARM
impl Eq for ExternalTensorPropertiesARM
impl Send for ExternalTensorPropertiesARM
impl StructuralPartialEq for ExternalTensorPropertiesARM
impl Sync for ExternalTensorPropertiesARM
Auto Trait Implementations§
impl Freeze for ExternalTensorPropertiesARM
impl RefUnwindSafe for ExternalTensorPropertiesARM
impl Unpin for ExternalTensorPropertiesARM
impl UnwindSafe for ExternalTensorPropertiesARM
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