Struct torch::THShortStorage [] [src]

#[repr(C)]
pub struct THShortStorage { pub data: *mut c_short, pub size: isize, pub refcount: c_int, pub flag: c_char, pub allocator: *mut THAllocator, pub allocatorContext: *mut c_void, pub view: *mut THShortStorage, }

Fields

Trait Implementations

impl Copy for THShortStorage
[src]

impl Clone for THShortStorage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more