Struct tensorflux_sys::TF_Input [] [src]

#[repr(C)]
pub struct TF_Input { pub operation: *mut TF_Operation, pub index: c_int, }

Fields

Trait Implementations

impl Clone for TF_Input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TF_Input
[src]

impl Debug for TF_Input
[src]

Formats the value using the given formatter.