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