Struct tensorflow_sys::TF_Library
source · [−]#[repr(C)]pub struct TF_Library { /* private fields */ }Trait Implementations
sourceimpl Clone for TF_Library
impl Clone for TF_Library
sourcefn clone(&self) -> TF_Library
fn clone(&self) -> TF_Library
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_Library
impl Debug for TF_Library
impl Copy for TF_Library
Auto Trait Implementations
impl RefUnwindSafe for TF_Library
impl Send for TF_Library
impl Sync for TF_Library
impl Unpin for TF_Library
impl UnwindSafe for TF_Library
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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