#[repr(C)]pub struct IReceiptPrinterCapabilities2_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsReverseVideoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStrikethroughSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsSuperscriptSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsSubscriptSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsReversePaperFeedByLineSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsReversePaperFeedByMapModeUnitSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsReverseVideoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStrikethroughSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsSuperscriptSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsSubscriptSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsReversePaperFeedByLineSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsReversePaperFeedByMapModeUnitSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IReceiptPrinterCapabilities2_Vtbl
impl RefUnwindSafe for IReceiptPrinterCapabilities2_Vtbl
impl Send for IReceiptPrinterCapabilities2_Vtbl
impl Sync for IReceiptPrinterCapabilities2_Vtbl
impl Unpin for IReceiptPrinterCapabilities2_Vtbl
impl UnwindSafe for IReceiptPrinterCapabilities2_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