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