#[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 Freeze for Bitmapset
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