pub struct ggml_opt_result { /* private fields */ }Trait Implementations§
Source§impl Clone for ggml_opt_result
impl Clone for ggml_opt_result
impl Copy for ggml_opt_result
Auto Trait Implementations§
impl Freeze for ggml_opt_result
impl RefUnwindSafe for ggml_opt_result
impl Send for ggml_opt_result
impl Sync for ggml_opt_result
impl Unpin for ggml_opt_result
impl UnsafeUnpin for ggml_opt_result
impl UnwindSafe for ggml_opt_result
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