Struct mariadb_sys::Bitmap_Iterator
source · #[repr(C)]pub struct Bitmap_Iterator {
pub map: *const u8,
pub offset: uint,
pub tmi: Table_map_iterator,
}
Fields§
§map: *const u8
§offset: uint
§tmi: Table_map_iterator
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bitmap_Iterator
impl !Send for Bitmap_Iterator
impl !Sync for Bitmap_Iterator
impl Unpin for Bitmap_Iterator
impl UnwindSafe for Bitmap_Iterator
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