#[repr(C)]pub struct ILineDisplayCursorAttributes_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsBlinkEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsBlinkEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CursorType: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayCursorType) -> HRESULT,
pub SetCursorType: unsafe extern "system" fn(_: *mut c_void, _: LineDisplayCursorType) -> HRESULT,
pub IsAutoAdvanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsAutoAdvanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsBlinkEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsBlinkEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§CursorType: unsafe extern "system" fn(_: *mut c_void, _: *mut LineDisplayCursorType) -> HRESULT
§SetCursorType: unsafe extern "system" fn(_: *mut c_void, _: LineDisplayCursorType) -> HRESULT
§IsAutoAdvanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsAutoAdvanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILineDisplayCursorAttributes_Vtbl
impl RefUnwindSafe for ILineDisplayCursorAttributes_Vtbl
impl Send for ILineDisplayCursorAttributes_Vtbl
impl Sync for ILineDisplayCursorAttributes_Vtbl
impl Unpin for ILineDisplayCursorAttributes_Vtbl
impl UnwindSafe for ILineDisplayCursorAttributes_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