Struct glutin_glx_sys::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
impl Clone for XkbBellNotifyEvent
[src][+]
impl Copy for XkbBellNotifyEvent
[src]
impl Debug for XkbBellNotifyEvent
[src][+]
impl PartialEq<XkbBellNotifyEvent> for XkbBellNotifyEvent
[src][+]
impl StructuralPartialEq for XkbBellNotifyEvent
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,