Home
last modified time | relevance | path

Searched refs:DETACH_SLAVE (Results 1 – 2 of 2) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs9716 pub const DETACH_SLAVE: Self = Self(4); const
9760 (Self::DETACH_SLAVE.0.into(), "DETACH_SLAVE", "DetachSlave"), in fmt()
10233 if switch_expr == u32::from(HierarchyChangeType::DETACH_SLAVE) { in try_parse()
10295 HierarchyChangeData::DetachSlave(_) => u32::from(HierarchyChangeType::DETACH_SLAVE), in switch_expr()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs9716 pub const DETACH_SLAVE: Self = Self(4); const
9760 (Self::DETACH_SLAVE.0.into(), "DETACH_SLAVE", "DetachSlave"), in fmt()
10233 if switch_expr == u32::from(HierarchyChangeType::DETACH_SLAVE) { in try_parse()
10295 HierarchyChangeData::DetachSlave(_) => u32::from(HierarchyChangeType::DETACH_SLAVE), in switch_expr()