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