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