Struct xcb::xinput::FeedbackStateBuf
source · pub struct FeedbackStateBuf { /* private fields */ }
Implementations§
source§impl FeedbackStateBuf
impl FeedbackStateBuf
sourcepub fn new(
feedback_id: u8,
len: u16,
data: FeedbackStateData,
) -> FeedbackStateBuf
pub fn new( feedback_id: u8, len: u16, data: FeedbackStateData, ) -> FeedbackStateBuf
Construct a new FeedbackStateBuf.
Methods from Deref<Target = 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 Clone for FeedbackStateBuf
impl Clone for FeedbackStateBuf
source§fn clone(&self) -> FeedbackStateBuf
fn clone(&self) -> FeedbackStateBuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FeedbackStateBuf
impl Debug for FeedbackStateBuf
Auto Trait Implementations§
impl Freeze for FeedbackStateBuf
impl RefUnwindSafe for FeedbackStateBuf
impl Send for FeedbackStateBuf
impl Sync for FeedbackStateBuf
impl Unpin for FeedbackStateBuf
impl UnwindSafe for FeedbackStateBuf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)