Struct winapi::um::winuser::INPUT_INJECTION_VALUE
source · #[repr(C)]pub struct INPUT_INJECTION_VALUE {
pub page: USHORT,
pub usage: USHORT,
pub value: INT32,
pub index: USHORT,
}
Fields§
§page: USHORT
§usage: USHORT
§value: INT32
§index: USHORT
Trait Implementations§
source§impl Clone for INPUT_INJECTION_VALUE
impl Clone for INPUT_INJECTION_VALUE
source§fn clone(&self) -> INPUT_INJECTION_VALUE
fn clone(&self) -> INPUT_INJECTION_VALUE
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 moresource§impl Default for INPUT_INJECTION_VALUE
impl Default for INPUT_INJECTION_VALUE
source§fn default() -> INPUT_INJECTION_VALUE
fn default() -> INPUT_INJECTION_VALUE
Returns the “default value” for a type. Read more