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