Struct xcb::xinput::StringFeedbackCtlBuf
source · pub struct StringFeedbackCtlBuf { /* private fields */ }
Implementations§
source§impl StringFeedbackCtlBuf
impl StringFeedbackCtlBuf
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
keysyms: &[Keysym],
) -> StringFeedbackCtlBuf
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, keysyms: &[Keysym], ) -> StringFeedbackCtlBuf
Construct a new StringFeedbackCtlBuf.
Methods from Deref<Target = StringFeedbackCtl>§
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn keysyms(&self) -> &[Keysym]
Trait Implementations§
source§impl Borrow<StringFeedbackCtl> for StringFeedbackCtlBuf
impl Borrow<StringFeedbackCtl> for StringFeedbackCtlBuf
source§fn borrow(&self) -> &StringFeedbackCtl
fn borrow(&self) -> &StringFeedbackCtl
Immutably borrows from an owned value. Read more
source§impl Clone for StringFeedbackCtlBuf
impl Clone for StringFeedbackCtlBuf
source§fn clone(&self) -> StringFeedbackCtlBuf
fn clone(&self) -> StringFeedbackCtlBuf
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 StringFeedbackCtlBuf
impl Debug for StringFeedbackCtlBuf
Auto Trait Implementations§
impl Freeze for StringFeedbackCtlBuf
impl RefUnwindSafe for StringFeedbackCtlBuf
impl Send for StringFeedbackCtlBuf
impl Sync for StringFeedbackCtlBuf
impl Unpin for StringFeedbackCtlBuf
impl UnwindSafe for StringFeedbackCtlBuf
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
)