#[repr(C)]pub struct CopyTensorInfoARM {
pub s_type: StructureType,
pub next: *const c_void,
pub src_tensor: TensorARM,
pub dst_tensor: TensorARM,
pub region_count: u32,
pub regions: *const TensorCopyARM,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§src_tensor: TensorARM§dst_tensor: TensorARM§region_count: u32§regions: *const TensorCopyARMTrait Implementations§
Source§impl Clone for CopyTensorInfoARM
impl Clone for CopyTensorInfoARM
Source§fn clone(&self) -> CopyTensorInfoARM
fn clone(&self) -> CopyTensorInfoARM
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 CopyTensorInfoARM
impl Debug for CopyTensorInfoARM
Source§impl Default for CopyTensorInfoARM
impl Default for CopyTensorInfoARM
Source§impl Hash for CopyTensorInfoARM
impl Hash for CopyTensorInfoARM
Source§impl PartialEq for CopyTensorInfoARM
impl PartialEq for CopyTensorInfoARM
impl Copy for CopyTensorInfoARM
impl Eq for CopyTensorInfoARM
impl Send for CopyTensorInfoARM
impl StructuralPartialEq for CopyTensorInfoARM
impl Sync for CopyTensorInfoARM
Auto Trait Implementations§
impl Freeze for CopyTensorInfoARM
impl RefUnwindSafe for CopyTensorInfoARM
impl Unpin for CopyTensorInfoARM
impl UnwindSafe for CopyTensorInfoARM
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