#[repr(C)]pub struct ggml_type_traits_cpu {
pub from_float: ggml_from_float_t,
pub vec_dot: ggml_vec_dot_t,
pub vec_dot_type: ggml_type,
pub nrows: i64,
}Fields§
§from_float: ggml_from_float_t§vec_dot: ggml_vec_dot_t§vec_dot_type: ggml_type§nrows: i64Trait Implementations§
Source§impl Clone for ggml_type_traits_cpu
impl Clone for ggml_type_traits_cpu
Source§fn clone(&self) -> ggml_type_traits_cpu
fn clone(&self) -> ggml_type_traits_cpu
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 ggml_type_traits_cpu
impl Debug for ggml_type_traits_cpu
Source§impl Default for ggml_type_traits_cpu
impl Default for ggml_type_traits_cpu
impl Copy for ggml_type_traits_cpu
Auto Trait Implementations§
impl Freeze for ggml_type_traits_cpu
impl RefUnwindSafe for ggml_type_traits_cpu
impl Send for ggml_type_traits_cpu
impl Sync for ggml_type_traits_cpu
impl Unpin for ggml_type_traits_cpu
impl UnwindSafe for ggml_type_traits_cpu
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