Struct torch::THHalfStorage [] [src]

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

Fields

Trait Implementations

impl Copy for THHalfStorage
[src]

impl Clone for THHalfStorage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more