Struct tensorflux_sys::TF_AttrMetadata [] [src]

#[repr(C)]
pub struct TF_AttrMetadata { pub is_list: c_uchar, pub list_size: int64_t, pub kind: TF_AttrType, pub total_size: int64_t, }

Fields

Trait Implementations

impl Clone for TF_AttrMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TF_AttrMetadata
[src]

impl Debug for TF_AttrMetadata
[src]

Formats the value using the given formatter.