#[repr(C)]pub struct INTERACTION_ARGUMENTS_TAP {
pub count: u32,
}
Expand description
Required features: "Win32_UI_InteractionContext"
Fields
count: u32
Trait Implementations
impl Clone for INTERACTION_ARGUMENTS_TAP
impl Clone for INTERACTION_ARGUMENTS_TAP
impl Copy for INTERACTION_ARGUMENTS_TAP
Auto Trait Implementations
impl RefUnwindSafe for INTERACTION_ARGUMENTS_TAP
impl Send for INTERACTION_ARGUMENTS_TAP
impl Sync for INTERACTION_ARGUMENTS_TAP
impl Unpin for INTERACTION_ARGUMENTS_TAP
impl UnwindSafe for INTERACTION_ARGUMENTS_TAP
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