Struct mysqlclient_sys::character_set
source · #[repr(C)]pub struct character_set {
pub number: c_uint,
pub state: c_uint,
pub csname: *const c_char,
pub name: *const c_char,
pub comment: *const c_char,
pub dir: *const c_char,
pub mbminlen: c_uint,
pub mbmaxlen: c_uint,
}
Fields§
§number: c_uint
§state: c_uint
§csname: *const c_char
§name: *const c_char
§comment: *const c_char
§dir: *const c_char
§mbminlen: c_uint
§mbmaxlen: c_uint
Trait Implementations§
source§impl Clone for character_set
impl Clone for character_set
source§fn clone(&self) -> character_set
fn clone(&self) -> character_set
Returns a copy 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 character_set
impl Debug for character_set
impl Copy for character_set
Auto Trait Implementations§
impl Freeze for character_set
impl RefUnwindSafe for character_set
impl !Send for character_set
impl !Sync for character_set
impl Unpin for character_set
impl UnwindSafe for character_set
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)