Struct vitasdk_sys::SceSqliteMallocMethods
source · #[repr(C)]pub struct SceSqliteMallocMethods {
pub xMalloc: Option<unsafe extern "C" fn(arg1: c_int) -> *mut c_void>,
pub xRealloc: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: c_int) -> *mut c_void>,
pub xFree: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Fields§
§xMalloc: Option<unsafe extern "C" fn(arg1: c_int) -> *mut c_void>§xRealloc: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: c_int) -> *mut c_void>§xFree: Option<unsafe extern "C" fn(arg1: *mut c_void)>Trait Implementations§
source§impl Clone for SceSqliteMallocMethods
impl Clone for SceSqliteMallocMethods
source§fn clone(&self) -> SceSqliteMallocMethods
fn clone(&self) -> SceSqliteMallocMethods
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more