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