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