Struct gdk_x11_sys::xlib::XkbBellNotifyEvent [−]
#[repr(C)]pub struct XkbBellNotifyEvent {}
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaytime: u64xkb_type: i32device: i32percent: i32pitch: i32duration: i32bell_class: i32bell_id: i32name: u64window: u64event_only: i32Trait Implementations
impl Clone for XkbBellNotifyEvent
impl Clone for XkbBellNotifyEventpub fn clone(&self) -> XkbBellNotifyEvent
pub fn clone(&self) -> XkbBellNotifyEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XkbBellNotifyEvent
impl Debug for XkbBellNotifyEventimpl PartialEq<XkbBellNotifyEvent> for XkbBellNotifyEvent
impl PartialEq<XkbBellNotifyEvent> for XkbBellNotifyEventpub fn eq(&self, other: &XkbBellNotifyEvent) -> bool
pub fn eq(&self, other: &XkbBellNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XkbBellNotifyEvent) -> bool
pub fn ne(&self, other: &XkbBellNotifyEvent) -> boolThis method tests for !=.
impl Copy for XkbBellNotifyEventimpl StructuralPartialEq for XkbBellNotifyEventAuto Trait Implementations
impl RefUnwindSafe for XkbBellNotifyEventimpl !Send for XkbBellNotifyEventimpl !Sync for XkbBellNotifyEventimpl Unpin for XkbBellNotifyEventimpl UnwindSafe for XkbBellNotifyEventBlanket Implementations
Mutably borrows from an owned value. Read more