Struct tensorflow::eager::raw_ops::ConsumeMutexLock
source · pub struct ConsumeMutexLock { /* private fields */ }
Expand description
ConsumeMutexLock
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ConsumeMutexLock
Implementations§
Trait Implementations§
source§impl Clone for ConsumeMutexLock
impl Clone for ConsumeMutexLock
source§fn clone(&self) -> ConsumeMutexLock
fn clone(&self) -> ConsumeMutexLock
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 ConsumeMutexLock
impl Debug for ConsumeMutexLock
Auto Trait Implementations§
impl RefUnwindSafe for ConsumeMutexLock
impl Send for ConsumeMutexLock
impl Sync for ConsumeMutexLock
impl Unpin for ConsumeMutexLock
impl UnwindSafe for ConsumeMutexLock
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