Struct xcb::xkb::SaRedirectKey
[−]
[src]
pub struct SaRedirectKey { pub base: xcb_xkb_sa_redirect_key_t, }
Fields
base: xcb_xkb_sa_redirect_key_t
Methods
impl SaRedirectKey
[src]
fn new(
type_: u8,
newkey: Keycode,
mask: u8,
real_modifiers: u8,
vmods_mask_high: u8,
vmods_mask_low: u8,
vmods_high: u8,
vmods_low: u8
) -> SaRedirectKey
type_: u8,
newkey: Keycode,
mask: u8,
real_modifiers: u8,
vmods_mask_high: u8,
vmods_mask_low: u8,
vmods_high: u8,
vmods_low: u8
) -> SaRedirectKey
fn type_(&self) -> u8
fn newkey(&self) -> Keycode
fn mask(&self) -> u8
fn real_modifiers(&self) -> u8
fn vmods_mask_high(&self) -> u8
fn vmods_mask_low(&self) -> u8
fn vmods_high(&self) -> u8
fn vmods_low(&self) -> u8
Trait Implementations
impl Copy for SaRedirectKey
[src]
impl Clone for SaRedirectKey
[src]
fn clone(&self) -> SaRedirectKey
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