#[repr(C)]pub struct ILineDisplayCapabilities_Vtbl {Show 19 fields
pub base__: IInspectable_Vtbl,
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 PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT,
pub CanChangeScreenSize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanDisplayBitmaps: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanReadCharacterAtCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanMapCharacterSets: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanDisplayCustomGlyphs: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanReverse: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayTextAttributeGranularity) -> HRESULT,
pub CanBlink: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayTextAttributeGranularity) -> HRESULT,
pub CanChangeBlinkRate: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsBrightnessSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCursorSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsHorizontalMarqueeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsVerticalMarqueeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsInterCharacterWaitSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SupportedDescriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SupportedWindows: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsStatisticsReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStatisticsUpdatingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT
§CanChangeScreenSize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanDisplayBitmaps: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanReadCharacterAtCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanMapCharacterSets: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanDisplayCustomGlyphs: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanReverse: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayTextAttributeGranularity) -> HRESULT
§CanBlink: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayTextAttributeGranularity) -> HRESULT
§CanChangeBlinkRate: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsBrightnessSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCursorSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsHorizontalMarqueeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsVerticalMarqueeSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsInterCharacterWaitSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SupportedDescriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SupportedWindows: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILineDisplayCapabilities_Vtbl
impl RefUnwindSafe for ILineDisplayCapabilities_Vtbl
impl Send for ILineDisplayCapabilities_Vtbl
impl Sync for ILineDisplayCapabilities_Vtbl
impl Unpin for ILineDisplayCapabilities_Vtbl
impl UnwindSafe for ILineDisplayCapabilities_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