Struct windows_sys::Win32::UI::TabletPC::StylusInfo
#[repr(C)]pub struct StylusInfo {
pub tcid: u32,
pub cid: u32,
pub bIsInvertedCursor: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§tcid: u32
§cid: u32
§bIsInvertedCursor: BOOL
Trait 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§
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