Struct windows::Devices::PointOfService::ILineDisplayCursor_Vtbl
#[repr(C)]pub struct ILineDisplayCursor_Vtbl {
pub base__: IInspectable_Vtbl,
pub CanCustomize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsBlinkSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsBlockSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsHalfBlockSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsUnderlineSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsReverseSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsOtherSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryUpdateAttributesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CanCustomize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsBlinkSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsBlockSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsHalfBlockSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsUnderlineSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsReverseSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsOtherSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TryUpdateAttributesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILineDisplayCursor_Vtbl
impl RefUnwindSafe for ILineDisplayCursor_Vtbl
impl Send for ILineDisplayCursor_Vtbl
impl Sync for ILineDisplayCursor_Vtbl
impl Unpin for ILineDisplayCursor_Vtbl
impl UnwindSafe for ILineDisplayCursor_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