Struct x11_dl::xlib::XkbEvent [−][src]
#[repr(C)]pub struct XkbEvent { /* fields omitted */ }
Trait Implementations
impl Debug for XkbEvent[src]
impl Debug for XkbEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XkbEvent[src]
impl Clone for XkbEventfn clone(&self) -> XkbEvent[src]
fn clone(&self) -> XkbEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XkbEvent[src]
impl Copy for XkbEventimpl PartialEq for XkbEvent[src]
impl PartialEq for XkbEvent