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