pub type LeaveNotifyEvent = EnterNotifyEvent;
Aliased Type§
struct LeaveNotifyEvent {Show 14 fields
pub response_type: u8,
pub detail: NotifyDetail,
pub sequence: u16,
pub time: u32,
pub root: u32,
pub event: u32,
pub child: u32,
pub root_x: i16,
pub root_y: i16,
pub event_x: i16,
pub event_y: i16,
pub state: KeyButMask,
pub mode: NotifyMode,
pub same_screen_focus: u8,
}
Fields§
§response_type: u8
§detail: NotifyDetail
§sequence: u16
§time: u32
§root: u32
§event: u32
§child: u32
§root_x: i16
§root_y: i16
§event_x: i16
§event_y: i16
§state: KeyButMask
§mode: NotifyMode
§same_screen_focus: u8
Trait Implementations
Source§impl Clone for EnterNotifyEvent
impl Clone for EnterNotifyEvent
Source§fn clone(&self) -> EnterNotifyEvent
fn clone(&self) -> EnterNotifyEvent
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 EnterNotifyEvent
impl Debug for EnterNotifyEvent
Source§impl Default for EnterNotifyEvent
impl Default for EnterNotifyEvent
Source§fn default() -> EnterNotifyEvent
fn default() -> EnterNotifyEvent
Returns the “default value” for a type. Read more
Source§impl Serialize for EnterNotifyEvent
impl Serialize for EnterNotifyEvent
Source§impl TryParse for EnterNotifyEvent
impl TryParse for EnterNotifyEvent
Source§fn try_parse(
initial_value: &[u8],
) -> Result<(EnterNotifyEvent, &[u8]), ParseError>
fn try_parse( initial_value: &[u8], ) -> Result<(EnterNotifyEvent, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more