Struct pgx_pg_sys::Bitmapset [−][src]
#[repr(C)]pub struct Bitmapset { pub nwords: c_int, pub words: __IncompleteArrayField<bitmapword>, }
Fields
nwords: c_intwords: __IncompleteArrayField<bitmapword>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bitmapset
impl RefUnwindSafe for Bitmapsetimpl UnwindSafe for Bitmapset
impl UnwindSafe for Bitmapset