#[repr(C)]pub struct _XkbKeyAliasRec {
pub real: [i8; 4],
pub alias: [i8; 4],
}
Fields§
§real: [i8; 4]
§alias: [i8; 4]
Trait Implementations§
Source§impl Clone for _XkbKeyAliasRec
impl Clone for _XkbKeyAliasRec
Source§fn clone(&self) -> _XkbKeyAliasRec
fn clone(&self) -> _XkbKeyAliasRec
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _XkbKeyAliasRec
impl Debug for _XkbKeyAliasRec
Source§impl PartialEq for _XkbKeyAliasRec
impl PartialEq for _XkbKeyAliasRec
impl Copy for _XkbKeyAliasRec
impl StructuralPartialEq for _XkbKeyAliasRec
Auto Trait Implementations§
impl Freeze for _XkbKeyAliasRec
impl RefUnwindSafe for _XkbKeyAliasRec
impl Send for _XkbKeyAliasRec
impl Sync for _XkbKeyAliasRec
impl Unpin for _XkbKeyAliasRec
impl UnwindSafe for _XkbKeyAliasRec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more