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