Struct windows::UI::Input::Inking::IInkPresenterProtractor_Vtbl
#[repr(C)]pub struct IInkPresenterProtractor_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub AreTickMarksVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAreTickMarksVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AreRaysVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAreRaysVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsCenterMarkerVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCenterMarkerVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsAngleReadoutVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsAngleReadoutVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsResizable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsResizable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Radius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetRadius: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub AccentColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetAccentColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AreTickMarksVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAreTickMarksVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AreRaysVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAreRaysVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsCenterMarkerVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCenterMarkerVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsAngleReadoutVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsAngleReadoutVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsResizable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsResizable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Radius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetRadius: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§AccentColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§SetAccentColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInkPresenterProtractor_Vtbl
impl RefUnwindSafe for IInkPresenterProtractor_Vtbl
impl Send for IInkPresenterProtractor_Vtbl
impl Sync for IInkPresenterProtractor_Vtbl
impl Unpin for IInkPresenterProtractor_Vtbl
impl UnwindSafe for IInkPresenterProtractor_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