Struct windows_sys::UI::Input::Inking::PenHandedness
[−]#[repr(transparent)]pub struct PenHandedness(pub i32);
Expand description
Required features: "UI_Input_Inking"
Tuple Fields
0: i32
Implementations
impl PenHandedness
impl PenHandedness
Trait Implementations
impl Clone for PenHandedness
impl Clone for PenHandedness
impl Copy for PenHandedness
Auto Trait Implementations
impl RefUnwindSafe for PenHandedness
impl Send for PenHandedness
impl Sync for PenHandedness
impl Unpin for PenHandedness
impl UnwindSafe for PenHandedness
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