#[repr(C)]pub struct DeviceEventInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub device_event: DeviceEventTypeEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§device_event: DeviceEventTypeEXTTrait Implementations§
Source§impl Clone for DeviceEventInfoEXT
impl Clone for DeviceEventInfoEXT
Source§fn clone(&self) -> DeviceEventInfoEXT
fn clone(&self) -> DeviceEventInfoEXT
Returns a duplicate 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 DeviceEventInfoEXT
impl Debug for DeviceEventInfoEXT
Source§impl Default for DeviceEventInfoEXT
impl Default for DeviceEventInfoEXT
Source§impl Hash for DeviceEventInfoEXT
impl Hash for DeviceEventInfoEXT
Source§impl PartialEq for DeviceEventInfoEXT
impl PartialEq for DeviceEventInfoEXT
impl Copy for DeviceEventInfoEXT
impl Eq for DeviceEventInfoEXT
impl Send for DeviceEventInfoEXT
impl StructuralPartialEq for DeviceEventInfoEXT
impl Sync for DeviceEventInfoEXT
Auto Trait Implementations§
impl Freeze for DeviceEventInfoEXT
impl RefUnwindSafe for DeviceEventInfoEXT
impl Unpin for DeviceEventInfoEXT
impl UnwindSafe for DeviceEventInfoEXT
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