Struct x11_dl::xlib::XkbBellNotifyEvent [−][src]
#[repr(C)]pub struct XkbBellNotifyEvent {Show 15 fields
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub time: Time,
pub xkb_type: c_int,
pub device: c_int,
pub percent: c_int,
pub pitch: c_int,
pub duration: c_int,
pub bell_class: c_int,
pub bell_id: c_int,
pub name: Atom,
pub window: Window,
pub event_only: Bool,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaytime: Timexkb_type: c_intdevice: c_intpercent: c_intpitch: c_intduration: c_intbell_class: c_intbell_id: c_intname: Atomwindow: Windowevent_only: BoolTrait 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
