#[repr(C)]pub struct st_mysql_error_info {
pub error_no: c_uint,
pub error: [c_char; 513],
pub sqlstate: [c_char; 6],
}
Fields§
§error_no: c_uint
§error: [c_char; 513]
§sqlstate: [c_char; 6]
Trait Implementations§
Source§impl Clone for st_mysql_error_info
impl Clone for st_mysql_error_info
Source§fn clone(&self) -> st_mysql_error_info
fn clone(&self) -> st_mysql_error_info
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 st_mysql_error_info
impl Debug for st_mysql_error_info
impl Copy for st_mysql_error_info
Auto Trait Implementations§
impl Freeze for st_mysql_error_info
impl RefUnwindSafe for st_mysql_error_info
impl Send for st_mysql_error_info
impl Sync for st_mysql_error_info
impl Unpin for st_mysql_error_info
impl UnwindSafe for st_mysql_error_info
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