Struct x11rb::protocol::xinput::RemoveMaster [−][src]
pub struct RemoveMaster {
pub type_: HierarchyChangeType,
pub len: u16,
pub deviceid: DeviceId,
pub return_mode: ChangeMode,
pub return_pointer: DeviceId,
pub return_keyboard: DeviceId,
}
Fields
type_: HierarchyChangeType
len: u16
deviceid: DeviceId
return_mode: ChangeMode
return_pointer: DeviceId
return_keyboard: DeviceId
Trait Implementations
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 RemoveMaster
impl Send for RemoveMaster
impl Sync for RemoveMaster
impl Unpin for RemoveMaster
impl UnwindSafe for RemoveMaster
Blanket Implementations
Mutably borrows from an owned value. Read more