Struct windows_sys::Win32::UI::TabletPC::InkRecoGuide
[−]#[repr(C)]pub struct InkRecoGuide {
pub rectWritingBox: RECT,
pub rectDrawnBox: RECT,
pub cRows: i32,
pub cColumns: i32,
pub midline: i32,
}Expand description
Required features: ‘Win32_UI_TabletPC’, ‘Win32_Foundation’
Fields
rectWritingBox: RECTrectDrawnBox: RECTcRows: i32cColumns: i32midline: i32Trait Implementations
impl Clone for InkRecoGuide
impl Clone for InkRecoGuide
impl Copy for InkRecoGuide
Auto Trait Implementations
impl RefUnwindSafe for InkRecoGuide
impl Send for InkRecoGuide
impl Sync for InkRecoGuide
impl Unpin for InkRecoGuide
impl UnwindSafe for InkRecoGuide
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more