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