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