#[repr(C)]pub struct ICashDrawerCloseAlarm_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAlarmTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub AlarmTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetBeepFrequency: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub BeepFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetBeepDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub BeepDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetBeepDelay: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub BeepDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub AlarmTimeoutExpired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveAlarmTimeoutExpired: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetAlarmTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§AlarmTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetBeepFrequency: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§BeepFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetBeepDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§BeepDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetBeepDelay: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§BeepDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§AlarmTimeoutExpired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveAlarmTimeoutExpired: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICashDrawerCloseAlarm_Vtbl
impl RefUnwindSafe for ICashDrawerCloseAlarm_Vtbl
impl Send for ICashDrawerCloseAlarm_Vtbl
impl Sync for ICashDrawerCloseAlarm_Vtbl
impl Unpin for ICashDrawerCloseAlarm_Vtbl
impl UnwindSafe for ICashDrawerCloseAlarm_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