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