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