Struct mariadb_sys::st_bitmap
source · #[repr(C)]pub struct st_bitmap {
pub bitmap: *mut my_bitmap_map,
pub last_word_ptr: *mut my_bitmap_map,
pub last_word_mask: my_bitmap_map,
pub n_bits: uint32,
}
Fields§
§bitmap: *mut my_bitmap_map
§last_word_ptr: *mut my_bitmap_map
§last_word_mask: my_bitmap_map
§n_bits: uint32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_bitmap
impl !Send for st_bitmap
impl !Sync for st_bitmap
impl Unpin for st_bitmap
impl UnwindSafe for st_bitmap
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