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