Struct tensorflow_sys::TF_StringView
source · [−]Fields
data: *const c_charlen: usizeTrait Implementations
sourceimpl Clone for TF_StringView
impl Clone for TF_StringView
sourcefn clone(&self) -> TF_StringView
fn clone(&self) -> TF_StringView
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TF_StringView
impl Debug for TF_StringView
impl Copy for TF_StringView
Auto Trait Implementations
impl RefUnwindSafe for TF_StringView
impl !Send for TF_StringView
impl !Sync for TF_StringView
impl Unpin for TF_StringView
impl UnwindSafe for TF_StringView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more