Struct windows_sys::Win32::UI::TabletPC::RECO_GUIDE
[−]#[repr(C)]pub struct RECO_GUIDE {
pub xOrigin: i32,
pub yOrigin: i32,
pub cxBox: i32,
pub cyBox: i32,
pub cxBase: i32,
pub cyBase: i32,
pub cHorzBox: i32,
pub cVertBox: i32,
pub cyMid: i32,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
xOrigin: i32
yOrigin: i32
cxBox: i32
cyBox: i32
cxBase: i32
cyBase: i32
cHorzBox: i32
cVertBox: i32
cyMid: i32
Trait Implementations
impl Clone for RECO_GUIDE
impl Clone for RECO_GUIDE
impl Copy for RECO_GUIDE
Auto Trait Implementations
impl RefUnwindSafe for RECO_GUIDE
impl Send for RECO_GUIDE
impl Sync for RECO_GUIDE
impl Unpin for RECO_GUIDE
impl UnwindSafe for RECO_GUIDE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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