Struct mysqlclient_sys::charset_info_st
source · [−]#[repr(C)]pub struct charset_info_st {
pub _address: u8,
}
Fields
_address: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for charset_info_st
impl Send for charset_info_st
impl Sync for charset_info_st
impl Unpin for charset_info_st
impl UnwindSafe for charset_info_st
Blanket Implementations
Mutably borrows from an owned value. Read more