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

Trait Implementations

impl Clone for TF_Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TF_Buffer
[src]

impl Debug for TF_Buffer
[src]

Formats the value using the given formatter.