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