#[repr(C)]pub struct MdbField {
pub value: *mut c_void,
pub siz: c_int,
pub start: c_int,
pub is_null: c_uchar,
pub is_fixed: c_uchar,
pub colnum: c_int,
pub offset: c_int,
}
Fields§
§value: *mut c_void
§siz: c_int
§start: c_int
§is_null: c_uchar
§is_fixed: c_uchar
§colnum: c_int
§offset: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdbField
impl RefUnwindSafe for MdbField
impl !Send for MdbField
impl !Sync for MdbField
impl Unpin for MdbField
impl UnwindSafe for MdbField
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