x11rb::protocol::xkbType Alias SALockMods
Source pub type SALockMods = SASetMods;
struct SALockMods {
pub type_: SAType,
pub flags: SA,
pub mask: ModMask,
pub real_mods: ModMask,
pub vmods_high: VModsHigh,
pub vmods_low: VModsLow,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Serialize this value into X11 raw bytes.
Serialize this value into X11 raw bytes, appending the result into
bytes
.
Read more
Try to parse the given values into an instance of this type.
Read more