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