Struct gdk4_x11_sys::xlib::XkbBellNotifyEvent [−][src]
#[repr(C)]pub struct XkbBellNotifyEvent {}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
time: u64
xkb_type: i32
device: i32
percent: i32
pitch: i32
duration: i32
bell_class: i32
bell_id: i32
name: u64
window: u64
event_only: i32
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 XkbBellNotifyEvent
impl !Send for XkbBellNotifyEvent
impl !Sync for XkbBellNotifyEvent
impl Unpin for XkbBellNotifyEvent
impl UnwindSafe for XkbBellNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more