Struct torch::THByteStorage [] [src]

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

Fields

Trait Implementations

impl Copy for THByteStorage
[src]

impl Clone for THByteStorage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more