pub struct DeviceEventTypeEXT(/* private fields */);
Expand description
Implementations§
Source§impl DeviceEventTypeEXT
impl DeviceEventTypeEXT
pub const DISPLAY_HOTPLUG: Self = _
Trait Implementations§
Source§impl Clone for DeviceEventTypeEXT
impl Clone for DeviceEventTypeEXT
Source§fn clone(&self) -> DeviceEventTypeEXT
fn clone(&self) -> DeviceEventTypeEXT
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 DeviceEventTypeEXT
impl Debug for DeviceEventTypeEXT
Source§impl Default for DeviceEventTypeEXT
impl Default for DeviceEventTypeEXT
Source§fn default() -> DeviceEventTypeEXT
fn default() -> DeviceEventTypeEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceEventTypeEXT
impl Hash for DeviceEventTypeEXT
Source§impl Ord for DeviceEventTypeEXT
impl Ord for DeviceEventTypeEXT
Source§fn cmp(&self, other: &DeviceEventTypeEXT) -> Ordering
fn cmp(&self, other: &DeviceEventTypeEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeviceEventTypeEXT
impl PartialEq for DeviceEventTypeEXT
Source§impl PartialOrd for DeviceEventTypeEXT
impl PartialOrd for DeviceEventTypeEXT
impl Copy for DeviceEventTypeEXT
impl Eq for DeviceEventTypeEXT
impl StructuralPartialEq for DeviceEventTypeEXT
Auto Trait Implementations§
impl Freeze for DeviceEventTypeEXT
impl RefUnwindSafe for DeviceEventTypeEXT
impl Send for DeviceEventTypeEXT
impl Sync for DeviceEventTypeEXT
impl Unpin for DeviceEventTypeEXT
impl UnwindSafe for DeviceEventTypeEXT
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
)