Struct mariadb_sys::st_typelib
source · #[repr(C)]pub struct st_typelib {
pub count: c_uint,
pub name: *const c_char,
pub type_names: *mut *const c_char,
pub type_lengths: *mut c_uint,
}
Fields§
§count: c_uint
§name: *const c_char
§type_names: *mut *const c_char
§type_lengths: *mut c_uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_typelib
impl !Send for st_typelib
impl !Sync for st_typelib
impl Unpin for st_typelib
impl UnwindSafe for st_typelib
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