Struct x11_dl::xinput::XFeedbackControl
source · #[repr(C)]pub struct XFeedbackControl {
pub class: XID,
pub length: c_int,
pub id: XID,
}
Fields§
§class: XID
§length: c_int
§id: XID
Trait Implementations§
source§impl Clone for XFeedbackControl
impl Clone for XFeedbackControl
source§fn clone(&self) -> XFeedbackControl
fn clone(&self) -> XFeedbackControl
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 XFeedbackControl
impl Debug for XFeedbackControl
source§impl PartialEq for XFeedbackControl
impl PartialEq for XFeedbackControl
impl Copy for XFeedbackControl
impl StructuralPartialEq for XFeedbackControl
Auto Trait Implementations§
impl Freeze for XFeedbackControl
impl RefUnwindSafe for XFeedbackControl
impl Send for XFeedbackControl
impl Sync for XFeedbackControl
impl Unpin for XFeedbackControl
impl UnwindSafe for XFeedbackControl
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
)