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