#[repr(C)]pub struct TF_Status { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TF_Status
impl RefUnwindSafe for TF_Status
impl Send for TF_Status
impl Sync for TF_Status
impl Unpin for TF_Status
impl UnwindSafe for TF_Status
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