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