Type Alias scallop::bash::BUCKET_CONTENTS

source ·
pub type BUCKET_CONTENTS = bucket_contents;

Aliased Type§

struct BUCKET_CONTENTS {
    pub next: *mut bucket_contents,
    pub key: *mut i8,
    pub data: *mut c_void,
    pub khash: u32,
    pub times_found: i32,
}

Fields§

§next: *mut bucket_contents§key: *mut i8§data: *mut c_void§khash: u32§times_found: i32