Struct libdazzle_sys::DzlFuzzyMutableIndexMatch
source · [−]#[repr(C)]pub struct DzlFuzzyMutableIndexMatch {
pub key: *const c_char,
pub value: gpointer,
pub score: c_float,
pub id: c_uint,
}Fields
key: *const c_charvalue: gpointerscore: c_floatid: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlFuzzyMutableIndexMatch
impl !Send for DzlFuzzyMutableIndexMatch
impl !Sync for DzlFuzzyMutableIndexMatch
impl Unpin for DzlFuzzyMutableIndexMatch
impl UnwindSafe for DzlFuzzyMutableIndexMatch
Blanket Implementations
Mutably borrows from an owned value. Read more