Struct x11_dl::xlib::XkbActionMessageEvent [−][src]
#[repr(C)]pub struct XkbActionMessageEvent {}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
time: Time
xkb_type: c_int
device: c_int
keycode: KeyCode
press: Bool
key_event_follows: Bool
group: c_int
mods: c_uint
message: [c_char; 7]
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XkbActionMessageEvent
impl !Send for XkbActionMessageEvent
impl !Sync for XkbActionMessageEvent
impl Unpin for XkbActionMessageEvent
impl UnwindSafe for XkbActionMessageEvent
Blanket Implementations
Mutably borrows from an owned value. Read more