Struct xcb::xinput::IntegerFeedbackCtl
source · pub struct IntegerFeedbackCtl { /* private fields */ }
Implementations§
source§impl IntegerFeedbackCtl
impl IntegerFeedbackCtl
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
int_to_display: i32,
) -> IntegerFeedbackCtl
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, int_to_display: i32, ) -> IntegerFeedbackCtl
Construct a new IntegerFeedbackCtl.
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn int_to_display(&self) -> i32
Trait Implementations§
source§impl Clone for IntegerFeedbackCtl
impl Clone for IntegerFeedbackCtl
source§fn clone(&self) -> IntegerFeedbackCtl
fn clone(&self) -> IntegerFeedbackCtl
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 IntegerFeedbackCtl
impl Debug for IntegerFeedbackCtl
impl Copy for IntegerFeedbackCtl
Auto Trait Implementations§
impl Freeze for IntegerFeedbackCtl
impl RefUnwindSafe for IntegerFeedbackCtl
impl Send for IntegerFeedbackCtl
impl Sync for IntegerFeedbackCtl
impl Unpin for IntegerFeedbackCtl
impl UnwindSafe for IntegerFeedbackCtl
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
)