pub struct TrtRefitter { /* private fields */ }Expand description
Refit handle — holds an IRefitter* for in-place engine weight
updates.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrtRefitter
impl RefUnwindSafe for TrtRefitter
impl Unpin for TrtRefitter
impl UnsafeUnpin for TrtRefitter
impl UnwindSafe for TrtRefitter
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