Struct mariadb_sys::my_contraction_list_t
source · #[repr(C)]pub struct my_contraction_list_t {
pub nitems: usize,
pub item: *mut MY_CONTRACTION,
pub flags: *mut c_char,
}
Fields§
§nitems: usize
§item: *mut MY_CONTRACTION
§flags: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_contraction_list_t
impl !Send for my_contraction_list_t
impl !Sync for my_contraction_list_t
impl Unpin for my_contraction_list_t
impl UnwindSafe for my_contraction_list_t
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