Struct xcb::xinput::ButtonClass
source · pub struct ButtonClass { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Borrow<ButtonClass> for ButtonClassBuf
impl Borrow<ButtonClass> for ButtonClassBuf
source§fn borrow(&self) -> &ButtonClass
fn borrow(&self) -> &ButtonClass
Immutably borrows from an owned value. Read more
source§impl Debug for ButtonClass
impl Debug for ButtonClass
source§impl ToOwned for ButtonClass
impl ToOwned for ButtonClass
source§type Owned = ButtonClassBuf
type Owned = ButtonClassBuf
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