Struct xcb::xkb::SaDeviceValuator[][src]

pub struct SaDeviceValuator {
    pub base: xcb_xkb_sa_device_valuator_t,
}

Fields

base: xcb_xkb_sa_device_valuator_t

Implementations

impl SaDeviceValuator[src]

pub fn new(
    type_: u8,
    device: u8,
    val1what: u8,
    val1index: u8,
    val1value: u8,
    val2what: u8,
    val2index: u8,
    val2value: u8
) -> SaDeviceValuator
[src]

pub fn type_(&self) -> u8[src]

pub fn device(&self) -> u8[src]

pub fn val1what(&self) -> u8[src]

pub fn val1index(&self) -> u8[src]

pub fn val1value(&self) -> u8[src]

pub fn val2what(&self) -> u8[src]

pub fn val2index(&self) -> u8[src]

pub fn val2value(&self) -> u8[src]

Trait Implementations

impl Clone for SaDeviceValuator[src]

impl Copy for SaDeviceValuator[src]

Auto Trait Implementations

impl RefUnwindSafe for SaDeviceValuator

impl Send for SaDeviceValuator

impl Sync for SaDeviceValuator

impl Unpin for SaDeviceValuator

impl UnwindSafe for SaDeviceValuator

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.