pub type DeviceFocusOutEvent = DeviceFocusInEvent;
Aliased Type§
struct DeviceFocusOutEvent {
pub response_type: u8,
pub detail: NotifyDetail,
pub sequence: u16,
pub time: u32,
pub window: u32,
pub mode: NotifyMode,
pub device_id: u8,
}
Fields§
§response_type: u8
§detail: NotifyDetail
§sequence: u16
§time: u32
§window: u32
§mode: NotifyMode
§device_id: u8
Trait Implementations
Source§impl Clone for DeviceFocusInEvent
impl Clone for DeviceFocusInEvent
Source§fn clone(&self) -> DeviceFocusInEvent
fn clone(&self) -> DeviceFocusInEvent
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 Debug for DeviceFocusInEvent
impl Debug for DeviceFocusInEvent
Source§impl Default for DeviceFocusInEvent
impl Default for DeviceFocusInEvent
Source§fn default() -> DeviceFocusInEvent
fn default() -> DeviceFocusInEvent
Returns the “default value” for a type. Read more