#[repr(C)]pub struct THIntTensor {
pub size: *mut c_long,
pub stride: *mut c_long,
pub nDimension: c_int,
pub storage: *mut THIntStorage,
pub storageOffset: isize,
pub refcount: c_int,
pub flag: c_char,
}Fields§
§size: *mut c_long§stride: *mut c_long§nDimension: c_int§storage: *mut THIntStorage§storageOffset: isize§refcount: c_int§flag: c_charTrait Implementations§
Source§impl Clone for THIntTensor
impl Clone for THIntTensor
impl Copy for THIntTensor
Auto Trait Implementations§
impl Freeze for THIntTensor
impl RefUnwindSafe for THIntTensor
impl !Send for THIntTensor
impl !Sync for THIntTensor
impl Unpin for THIntTensor
impl UnwindSafe for THIntTensor
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