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