Struct xcb::xkb::SaSwitchScreen
[−]
[src]
pub struct SaSwitchScreen { pub base: xcb_xkb_sa_switch_screen_t, }
Fields
base: xcb_xkb_sa_switch_screen_t
Methods
impl SaSwitchScreen
[src]
fn new(type_: u8, flags: u8, new_screen: i8) -> SaSwitchScreen
fn type_(&self) -> u8
fn flags(&self) -> u8
fn new_screen(&self) -> i8
Trait Implementations
impl Copy for SaSwitchScreen
[src]
impl Clone for SaSwitchScreen
[src]
fn clone(&self) -> SaSwitchScreen
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