Struct windows_sys::Win32::System::SqlLite::sqlite3_mem_methods
[−]#[repr(C)]pub struct sqlite3_mem_methods {
pub xMalloc: isize,
pub xFree: isize,
pub xRealloc: isize,
pub xSize: isize,
pub xRoundup: isize,
pub xInit: isize,
pub xShutdown: isize,
pub pAppData: *mut c_void,
}Expand description
Required features: "Win32_System_SqlLite"
Fields
xMalloc: isizexFree: isizexRealloc: isizexSize: isizexRoundup: isizexInit: isizexShutdown: isizepAppData: *mut c_voidTrait Implementations
impl Clone for sqlite3_mem_methods
impl Clone for sqlite3_mem_methods
impl Copy for sqlite3_mem_methods
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_mem_methods
impl !Send for sqlite3_mem_methods
impl !Sync for sqlite3_mem_methods
impl Unpin for sqlite3_mem_methods
impl UnwindSafe for sqlite3_mem_methods
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more