#[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 Freeze for TF_AllocatorAttributes
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