Struct tensorflow_sys::TF_Buffer [] [src]

#[repr(C)]
pub struct TF_Buffer { pub data: *const c_void, pub length: usize, pub data_deallocator: Option<unsafe extern "C" fn(_: *mut c_void, _: usize)>, }

Fields

Trait Implementations

impl Debug for TF_Buffer
[src]

[src]

Formats the value using the given formatter.

impl Copy for TF_Buffer
[src]

impl Clone for TF_Buffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more