pub struct DeviceEventTypeEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DeviceEventTypeEXT
impl Clone for DeviceEventTypeEXT
Source§fn clone(&self) -> DeviceEventTypeEXT
fn clone(&self) -> DeviceEventTypeEXT
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 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 Display for DeviceEventTypeEXT
impl Display for DeviceEventTypeEXT
Source§impl Error for DeviceEventTypeEXT
impl Error for DeviceEventTypeEXT
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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