Struct mariadb_sys::st_dynamic_array
source · #[repr(C)]pub struct st_dynamic_array {
pub buffer: *mut uchar,
pub elements: usize,
pub max_element: usize,
pub alloc_increment: usize,
pub size_of_element: usize,
pub m_psi_key: PSI_memory_key,
pub malloc_flags: myf,
}
Fields§
§buffer: *mut uchar
§elements: usize
§max_element: usize
§alloc_increment: usize
§size_of_element: usize
§m_psi_key: PSI_memory_key
§malloc_flags: myf
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_dynamic_array
impl !Send for st_dynamic_array
impl !Sync for st_dynamic_array
impl Unpin for st_dynamic_array
impl UnwindSafe for st_dynamic_array
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