#[repr(C)]pub struct OrtEpDevice { /* private fields */ }Trait Implementations§
Source§impl Clone for OrtEpDevice
impl Clone for OrtEpDevice
Source§fn clone(&self) -> OrtEpDevice
fn clone(&self) -> OrtEpDevice
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 OrtEpDevice
impl Debug for OrtEpDevice
impl Copy for OrtEpDevice
Auto Trait Implementations§
impl Freeze for OrtEpDevice
impl RefUnwindSafe for OrtEpDevice
impl Send for OrtEpDevice
impl Sync for OrtEpDevice
impl Unpin for OrtEpDevice
impl UnwindSafe for OrtEpDevice
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