Struct xcb::xinput::HierarchyChange
source · pub struct HierarchyChange { /* private fields */ }
Implementations§
source§impl HierarchyChange
impl HierarchyChange
pub fn type(&self) -> HierarchyChangeType
pub fn len(&self) -> u16
pub fn data(&self) -> HierarchyChangeData
Trait Implementations§
source§impl Borrow<HierarchyChange> for HierarchyChangeBuf
impl Borrow<HierarchyChange> for HierarchyChangeBuf
source§fn borrow(&self) -> &HierarchyChange
fn borrow(&self) -> &HierarchyChange
Immutably borrows from an owned value. Read more
source§impl Debug for HierarchyChange
impl Debug for HierarchyChange
source§impl ToOwned for HierarchyChange
impl ToOwned for HierarchyChange
source§type Owned = HierarchyChangeBuf
type Owned = HierarchyChangeBuf
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more