Struct windows_sys::Win32::UI::TabletPC::StylusInfo
[−]Expand description
Required features: "Win32_UI_TabletPC", "Win32_Foundation"
Fields
tcid: u32cid: u32bIsInvertedCursor: BOOLTrait Implementations
impl Clone for StylusInfo
impl Clone for StylusInfo
impl Copy for StylusInfo
Auto Trait Implementations
impl RefUnwindSafe for StylusInfo
impl Send for StylusInfo
impl Sync for StylusInfo
impl Unpin for StylusInfo
impl UnwindSafe for StylusInfo
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