#[repr(C)]pub struct TensorInfoArray {
pub tensors: *mut TensorInfo,
pub size: usize,
}Fields§
§tensors: *mut TensorInfo§size: usizeTrait Implementations§
Source§impl Clone for TensorInfoArray
impl Clone for TensorInfoArray
Source§fn clone(&self) -> TensorInfoArray
fn clone(&self) -> TensorInfoArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TensorInfoArray
Auto Trait Implementations§
impl !Send for TensorInfoArray
impl !Sync for TensorInfoArray
impl Freeze for TensorInfoArray
impl RefUnwindSafe for TensorInfoArray
impl Unpin for TensorInfoArray
impl UnsafeUnpin for TensorInfoArray
impl UnwindSafe for TensorInfoArray
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