Struct unqlite_sys::Struct_SyMutexMethods [] [src]

#[repr(C)]
pub struct Struct_SyMutexMethods { pub xGlobalInit: Option<extern "C" fn() -> c_int>, pub xGlobalRelease: Option<extern "C" fn()>, pub xNew: Option<extern "C" fn(_: c_int) -> *mut SyMutex>, pub xRelease: Option<unsafe extern "C" fn(_: *mut SyMutex)>, pub xEnter: Option<unsafe extern "C" fn(_: *mut SyMutex)>, pub xTryEnter: Option<unsafe extern "C" fn(_: *mut SyMutex) -> c_int>, pub xLeave: Option<unsafe extern "C" fn(_: *mut SyMutex)>, }

Fields

Trait Implementations

impl Copy for Struct_SyMutexMethods
[src]

impl Clone for Struct_SyMutexMethods
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_SyMutexMethods
[src]

Returns the "default value" for a type. Read more