#[repr(C)]pub struct IPosPrinterCapabilities_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 DefaultCharacterSet: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub HasCoverSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanMapCharacterSet: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTransactionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Receipt: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Slip: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Journal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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
§DefaultCharacterSet: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§HasCoverSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanMapCharacterSet: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsTransactionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Receipt: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Slip: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Journal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPosPrinterCapabilities_Vtbl
impl RefUnwindSafe for IPosPrinterCapabilities_Vtbl
impl Send for IPosPrinterCapabilities_Vtbl
impl Sync for IPosPrinterCapabilities_Vtbl
impl Unpin for IPosPrinterCapabilities_Vtbl
impl UnwindSafe for IPosPrinterCapabilities_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