Struct pgrx_pg_sys::Bitmapset
source · #[repr(C)]pub struct Bitmapset {
pub nwords: c_int,
pub words: __IncompleteArrayField<bitmapword>,
}
Fields§
§nwords: c_int
§words: __IncompleteArrayField<bitmapword>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bitmapset
impl Send for Bitmapset
impl Sync for Bitmapset
impl Unpin for Bitmapset
impl UnwindSafe for Bitmapset
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