Struct x11::xlib::_XkbKeyNameRec
[−]
[src]
#[repr(C)]pub struct _XkbKeyNameRec { pub name: [c_char; 4], }
Fields
name: [c_char; 4]
Trait Implementations
impl Clone for _XkbKeyNameRec
[src]
fn clone(&self) -> _XkbKeyNameRec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for _XkbKeyNameRec
[src]
impl PartialEq for _XkbKeyNameRec
[src]
fn eq(&self, __arg_0: &_XkbKeyNameRec) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &_XkbKeyNameRec) -> bool
This method tests for !=
.