Struct windows_sys::UI::Input::Inking::InkPresenterStencilKind
[−]#[repr(transparent)]pub struct InkPresenterStencilKind(pub i32);
Expand description
Required features: "UI_Input_Inking"
Tuple Fields
0: i32
Implementations
impl InkPresenterStencilKind
impl InkPresenterStencilKind
pub const Other: Self = Self(0i32)
pub const Ruler: Self = Self(1i32)
pub const Protractor: Self = Self(2i32)
Trait Implementations
impl Clone for InkPresenterStencilKind
impl Clone for InkPresenterStencilKind
impl Copy for InkPresenterStencilKind
Auto Trait Implementations
impl RefUnwindSafe for InkPresenterStencilKind
impl Send for InkPresenterStencilKind
impl Sync for InkPresenterStencilKind
impl Unpin for InkPresenterStencilKind
impl UnwindSafe for InkPresenterStencilKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more