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,
}
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
§fn clone(&self) -> RECO_GUIDE
fn clone(&self) -> RECO_GUIDE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RECO_GUIDE
Auto Trait Implementations§
impl Freeze for RECO_GUIDE
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)