#[repr(C)]pub struct InterceptionKeyStroke {
pub code: c_ushort,
pub state: c_ushort,
pub information: c_uint,
}Fields§
§code: c_ushort§state: c_ushort§information: c_uintTrait Implementations§
Source§impl Clone for InterceptionKeyStroke
impl Clone for InterceptionKeyStroke
Source§fn clone(&self) -> InterceptionKeyStroke
fn clone(&self) -> InterceptionKeyStroke
Returns a duplicate 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 Debug for InterceptionKeyStroke
impl Debug for InterceptionKeyStroke
Source§impl Default for InterceptionKeyStroke
impl Default for InterceptionKeyStroke
Source§fn default() -> InterceptionKeyStroke
fn default() -> InterceptionKeyStroke
Returns the “default value” for a type. Read more
impl Copy for InterceptionKeyStroke
Auto Trait Implementations§
impl Freeze for InterceptionKeyStroke
impl RefUnwindSafe for InterceptionKeyStroke
impl Send for InterceptionKeyStroke
impl Sync for InterceptionKeyStroke
impl Unpin for InterceptionKeyStroke
impl UnwindSafe for InterceptionKeyStroke
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