#[repr(C)]pub struct ICashDrawerCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT,
pub IsStatisticsReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStatisticsUpdatingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStatusReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStatusMultiDrawerDetectSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDrawerOpenSensorAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT
§IsStatisticsReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStatisticsUpdatingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStatusReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStatusMultiDrawerDetectSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsDrawerOpenSensorAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICashDrawerCapabilities_Vtbl
impl RefUnwindSafe for ICashDrawerCapabilities_Vtbl
impl Send for ICashDrawerCapabilities_Vtbl
impl Sync for ICashDrawerCapabilities_Vtbl
impl Unpin for ICashDrawerCapabilities_Vtbl
impl UnwindSafe for ICashDrawerCapabilities_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