Struct xcb::xinput::ValuatorInfo
source · pub struct ValuatorInfo { /* private fields */ }
Implementations§
source§impl ValuatorInfo
impl ValuatorInfo
pub fn class_id(&self) -> InputClass
pub fn len(&self) -> u8
pub fn mode(&self) -> ValuatorMode
pub fn motion_size(&self) -> u32
pub fn axes(&self) -> &[AxisInfo]
Trait Implementations§
source§impl Borrow<ValuatorInfo> for ValuatorInfoBuf
impl Borrow<ValuatorInfo> for ValuatorInfoBuf
source§fn borrow(&self) -> &ValuatorInfo
fn borrow(&self) -> &ValuatorInfo
Immutably borrows from an owned value. Read more
source§impl Debug for ValuatorInfo
impl Debug for ValuatorInfo
source§impl ToOwned for ValuatorInfo
impl ToOwned for ValuatorInfo
source§type Owned = ValuatorInfoBuf
type Owned = ValuatorInfoBuf
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