Struct tensorflow_sys::TF_AllocatorAttributes
source · #[repr(C)]pub struct TF_AllocatorAttributes {
pub struct_size: usize,
pub on_host: c_uchar,
}
Fields§
§struct_size: usize
§on_host: c_uchar
Trait Implementations§
source§impl Clone for TF_AllocatorAttributes
impl Clone for TF_AllocatorAttributes
source§fn clone(&self) -> TF_AllocatorAttributes
fn clone(&self) -> TF_AllocatorAttributes
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_AllocatorAttributes
impl Debug for TF_AllocatorAttributes
impl Copy for TF_AllocatorAttributes
Auto Trait Implementations§
impl RefUnwindSafe for TF_AllocatorAttributes
impl Send for TF_AllocatorAttributes
impl Sync for TF_AllocatorAttributes
impl Unpin for TF_AllocatorAttributes
impl UnwindSafe for TF_AllocatorAttributes
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