#[repr(C)]pub struct st_mysql_const_unsigned_lex_string {
pub str_: *const uchar,
pub length: usize,
}
Fields§
§str_: *const uchar
§length: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_const_unsigned_lex_string
impl !Send for st_mysql_const_unsigned_lex_string
impl !Sync for st_mysql_const_unsigned_lex_string
impl Unpin for st_mysql_const_unsigned_lex_string
impl UnwindSafe for st_mysql_const_unsigned_lex_string
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