Struct IUMS_Vtbl
#[repr(C)]pub struct IUMS_Vtbl {
pub SqlUmsSuspend: unsafe extern "system" fn(_: *mut c_void, _: u32),
pub SqlUmsYield: unsafe extern "system" fn(_: *mut c_void, _: u32),
pub SqlUmsSwitchPremptive: unsafe extern "system" fn(_: *mut c_void),
pub SqlUmsSwitchNonPremptive: unsafe extern "system" fn(_: *mut c_void),
pub SqlUmsFIsPremptive: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}Fields§
§SqlUmsSuspend: unsafe extern "system" fn(_: *mut c_void, _: u32)§SqlUmsYield: unsafe extern "system" fn(_: *mut c_void, _: u32)§SqlUmsSwitchPremptive: unsafe extern "system" fn(_: *mut c_void)§SqlUmsSwitchNonPremptive: unsafe extern "system" fn(_: *mut c_void)§SqlUmsFIsPremptive: unsafe extern "system" fn(_: *mut c_void) -> BOOLImplementations§
Auto Trait Implementations§
impl Freeze for IUMS_Vtbl
impl RefUnwindSafe for IUMS_Vtbl
impl Send for IUMS_Vtbl
impl Sync for IUMS_Vtbl
impl Unpin for IUMS_Vtbl
impl UnwindSafe for IUMS_Vtbl
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