#[repr(C)]pub union MdbAny {
pub i: c_int,
pub d: f64,
pub s: [c_char; 256],
}Fields§
§i: c_int§d: f64§s: [c_char; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdbAny
impl RefUnwindSafe for MdbAny
impl Send for MdbAny
impl Sync for MdbAny
impl Unpin for MdbAny
impl UnwindSafe for MdbAny
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