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