Struct x11rb::protocol::xkb::SADeviceValuator [−][src]
pub struct SADeviceValuator {
pub type_: SAType,
pub device: u8,
pub val1what: SAValWhat,
pub val1index: u8,
pub val1value: u8,
pub val2what: SAValWhat,
pub val2index: u8,
pub val2value: u8,
}
Fields
type_: SAType
device: u8
val1what: SAValWhat
val1index: u8
val1value: u8
val2what: SAValWhat
val2index: u8
val2value: u8
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more