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