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