Struct windows_sys::Win32::UI::TabletPC::FLICK_POINT
[−]#[repr(C)]pub struct FLICK_POINT {
pub _bitfield: i32,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
_bitfield: i32
Trait Implementations
impl Clone for FLICK_POINT
impl Clone for FLICK_POINT
impl Copy for FLICK_POINT
Auto Trait Implementations
impl RefUnwindSafe for FLICK_POINT
impl Send for FLICK_POINT
impl Sync for FLICK_POINT
impl Unpin for FLICK_POINT
impl UnwindSafe for FLICK_POINT
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