Struct xcb::xinput::InputInfoInfoParams
source · pub struct InputInfoInfoParams {
pub class_id: usize,
}
Fields§
§class_id: usize
Trait Implementations§
source§impl Clone for InputInfoInfoParams
impl Clone for InputInfoInfoParams
source§fn clone(&self) -> InputInfoInfoParams
fn clone(&self) -> InputInfoInfoParams
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 InputInfoInfoParams
impl Debug for InputInfoInfoParams
impl Copy for InputInfoInfoParams
Auto Trait Implementations§
impl Freeze for InputInfoInfoParams
impl RefUnwindSafe for InputInfoInfoParams
impl Send for InputInfoInfoParams
impl Sync for InputInfoInfoParams
impl Unpin for InputInfoInfoParams
impl UnwindSafe for InputInfoInfoParams
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
)