#[repr(C)]pub struct MdbSQLColumn {
pub name: *mut c_char,
pub disp_size: c_int,
pub bind_addr: *mut c_void,
pub bind_type: c_int,
pub bind_len: *mut c_int,
pub bind_max: c_int,
}
Fields§
§name: *mut c_char
§disp_size: c_int
§bind_addr: *mut c_void
§bind_type: c_int
§bind_len: *mut c_int
§bind_max: c_int
Trait Implementations§
Source§impl Clone for MdbSQLColumn
impl Clone for MdbSQLColumn
Source§fn clone(&self) -> MdbSQLColumn
fn clone(&self) -> MdbSQLColumn
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 MdbSQLColumn
impl Debug for MdbSQLColumn
impl Copy for MdbSQLColumn
Auto Trait Implementations§
impl Freeze for MdbSQLColumn
impl RefUnwindSafe for MdbSQLColumn
impl !Send for MdbSQLColumn
impl !Sync for MdbSQLColumn
impl Unpin for MdbSQLColumn
impl UnwindSafe for MdbSQLColumn
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