#[repr(C)]pub struct MdbBackendType {
pub name: *mut c_char,
pub needs_precision: c_uchar,
pub needs_scale: c_uchar,
pub needs_byte_length: c_uchar,
pub needs_char_length: c_uchar,
}
Fields§
§name: *mut c_char
§needs_precision: c_uchar
§needs_scale: c_uchar
§needs_byte_length: c_uchar
§needs_char_length: c_uchar
Trait Implementations§
Source§impl Clone for MdbBackendType
impl Clone for MdbBackendType
Source§fn clone(&self) -> MdbBackendType
fn clone(&self) -> MdbBackendType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MdbBackendType
impl Debug for MdbBackendType
impl Copy for MdbBackendType
Auto Trait Implementations§
impl Freeze for MdbBackendType
impl RefUnwindSafe for MdbBackendType
impl !Send for MdbBackendType
impl !Sync for MdbBackendType
impl Unpin for MdbBackendType
impl UnwindSafe for MdbBackendType
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