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