#[repr(C)]pub struct MdbSQLSarg {
pub col_name: *mut c_char,
pub sarg: *mut MdbSarg,
}
Fields§
§col_name: *mut c_char
§sarg: *mut MdbSarg
Trait Implementations§
Source§impl Clone for MdbSQLSarg
impl Clone for MdbSQLSarg
Source§fn clone(&self) -> MdbSQLSarg
fn clone(&self) -> MdbSQLSarg
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 MdbSQLSarg
impl Debug for MdbSQLSarg
impl Copy for MdbSQLSarg
Auto Trait Implementations§
impl Freeze for MdbSQLSarg
impl RefUnwindSafe for MdbSQLSarg
impl !Send for MdbSQLSarg
impl !Sync for MdbSQLSarg
impl Unpin for MdbSQLSarg
impl UnwindSafe for MdbSQLSarg
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