Union tensorflow_sys::TF_TString_Union
source · #[repr(C)]
pub union TF_TString_Union {
pub large: TF_TString_Large,
pub offset: TF_TString_Offset,
pub view: TF_TString_View,
pub raw: TF_TString_Raw,
}
Fields§
§large:TF_TString_Large
§
offset:TF_TString_Offset
§
view:TF_TString_View
§
raw:TF_TString_Raw
Trait Implementations§
source§impl Clone for TF_TString_Union
impl Clone for TF_TString_Union
source§fn clone(&self) -> TF_TString_Union
fn clone(&self) -> TF_TString_Union
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 moreimpl Copy for TF_TString_Union
Auto Trait Implementations§
impl RefUnwindSafe for TF_TString_Union
impl !Send for TF_TString_Union
impl !Sync for TF_TString_Union
impl Unpin for TF_TString_Union
impl UnwindSafe for TF_TString_Union
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more