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