#[repr(C)]pub struct ggml_hash_set {
pub size: usize,
pub used: *mut ggml_bitset_t,
pub keys: *mut *mut ggml_tensor,
}Fields§
§size: usize§used: *mut ggml_bitset_t§keys: *mut *mut ggml_tensorTrait Implementations§
Source§impl Clone for ggml_hash_set
impl Clone for ggml_hash_set
Source§fn clone(&self) -> ggml_hash_set
fn clone(&self) -> ggml_hash_set
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ggml_hash_set
Source§impl Debug for ggml_hash_set
impl Debug for ggml_hash_set
Source§impl PartialEq for ggml_hash_set
impl PartialEq for ggml_hash_set
impl StructuralPartialEq for ggml_hash_set
Auto Trait Implementations§
impl !Send for ggml_hash_set
impl !Sync for ggml_hash_set
impl Freeze for ggml_hash_set
impl RefUnwindSafe for ggml_hash_set
impl Unpin for ggml_hash_set
impl UnsafeUnpin for ggml_hash_set
impl UnwindSafe for ggml_hash_set
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