Struct glutin::platform::unix::x11::ffi::XIDeviceChangedEvent [−][src]
#[repr(C)]pub struct XIDeviceChangedEvent { pub _type: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub extension: i32, pub evtype: i32, pub time: u64, pub deviceid: i32, pub sourceid: i32, pub reason: i32, pub num_classes: i32, pub classes: *mut *mut XIAnyClassInfo, }
Fields
_type: i32serial: u64send_event: i32display: *mut _XDisplayextension: i32evtype: i32time: u64deviceid: i32sourceid: i32reason: i32num_classes: i32classes: *mut *mut XIAnyClassInfoTrait Implementations
impl Clone for XIDeviceChangedEvent[src]
pub fn clone(&self) -> XIDeviceChangedEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for XIDeviceChangedEvent[src]
impl Debug for XIDeviceChangedEvent[src]
impl Default for XIDeviceChangedEvent[src]
pub fn default() -> XIDeviceChangedEvent[src]
Auto Trait Implementations
impl RefUnwindSafe for XIDeviceChangedEvent
impl !Send for XIDeviceChangedEvent
impl !Sync for XIDeviceChangedEvent
impl Unpin for XIDeviceChangedEvent
impl UnwindSafe for XIDeviceChangedEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,