Struct tensorflow_sys::TF_TString
source · #[repr(C)]pub struct TF_TString {
pub u: TF_TString__bindgen_ty_1,
}Fields§
§u: TF_TString__bindgen_ty_1Trait Implementations§
source§impl Clone for TF_TString
impl Clone for TF_TString
source§fn clone(&self) -> TF_TString
fn clone(&self) -> TF_TString
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more