Struct mariadb_sys::Lex_cstring
source · #[repr(C)]pub struct Lex_cstring {
pub _base: LEX_CSTRING,
}
Fields§
§_base: LEX_CSTRING
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_cstring
impl !Send for Lex_cstring
impl !Sync for Lex_cstring
impl Unpin for Lex_cstring
impl UnwindSafe for Lex_cstring
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