Struct tensorflux_sys::TF_Buffer
[−]
[src]
#[repr(C)]pub struct TF_Buffer { pub data: *const c_void, pub length: size_t, pub deallocator: Option<unsafe extern fn(*mut c_void, size_t)>, }
Fields
data: *const c_void
length: size_t
deallocator: Option<unsafe extern fn(*mut c_void, size_t)>
Trait Implementations
impl Clone for TF_Buffer
[src]
fn clone(&self) -> TF_Buffer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more