pub struct OrtInteropApi { /* private fields */ }Trait Implementations§
Source§impl Clone for OrtInteropApi
impl Clone for OrtInteropApi
Source§fn clone(&self) -> OrtInteropApi
fn clone(&self) -> OrtInteropApi
Returns a duplicate 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 OrtInteropApi
impl Debug for OrtInteropApi
impl Copy for OrtInteropApi
Auto Trait Implementations§
impl Freeze for OrtInteropApi
impl RefUnwindSafe for OrtInteropApi
impl Send for OrtInteropApi
impl Sync for OrtInteropApi
impl Unpin for OrtInteropApi
impl UnsafeUnpin for OrtInteropApi
impl UnwindSafe for OrtInteropApi
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