Type Alias bitset_t

Source
pub type bitset_t = bitset_s;

Aliased Type§

#[repr(C)]
pub struct bitset_t { pub array: *mut u64, pub arraysize: usize, pub capacity: usize, }

Fields§

§array: *mut u64§arraysize: usize§capacity: usize