#[repr(C)]pub struct ICommonReceiptSlipCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsBarcodeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsBitmapSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsLeft90RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRight90RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Is180RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPrintAreaSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub RuledLineCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut PosPrinterRuledLineCapabilities) -> HRESULT,
pub SupportedBarcodeRotations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportedBitmapRotations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsBarcodeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsBitmapSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsLeft90RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsRight90RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Is180RotationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsPrintAreaSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§RuledLineCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut PosPrinterRuledLineCapabilities) -> HRESULT
§SupportedBarcodeRotations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SupportedBitmapRotations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICommonReceiptSlipCapabilities_Vtbl
impl ICommonReceiptSlipCapabilities_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICommonReceiptSlipCapabilities_Vtblwhere
Identity: ICommonReceiptSlipCapabilities_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICommonReceiptSlipCapabilities_Vtbl
impl RefUnwindSafe for ICommonReceiptSlipCapabilities_Vtbl
impl Send for ICommonReceiptSlipCapabilities_Vtbl
impl Sync for ICommonReceiptSlipCapabilities_Vtbl
impl Unpin for ICommonReceiptSlipCapabilities_Vtbl
impl UnwindSafe for ICommonReceiptSlipCapabilities_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