Struct DeviceChange
pub struct DeviceChange(/* private fields */);
Implementations§
§impl DeviceChange
impl DeviceChange
pub const ADDED: DeviceChange = _
pub const REMOVED: DeviceChange = _
pub const ENABLED: DeviceChange = _
pub const DISABLED: DeviceChange = _
pub const UNRECOVERABLE: DeviceChange = _
pub const CONTROL_CHANGED: DeviceChange = _
Trait Implementations§
§impl Clone for DeviceChange
impl Clone for DeviceChange
§fn clone(&self) -> DeviceChange
fn clone(&self) -> DeviceChange
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 more§impl Debug for DeviceChange
impl Debug for DeviceChange
§impl Default for DeviceChange
impl Default for DeviceChange
§fn default() -> DeviceChange
fn default() -> DeviceChange
Returns the “default value” for a type. Read more
§impl From<u8> for DeviceChange
impl From<u8> for DeviceChange
§fn from(value: u8) -> DeviceChange
fn from(value: u8) -> DeviceChange
Converts to this type from the input type.
§impl Hash for DeviceChange
impl Hash for DeviceChange
§impl Ord for DeviceChange
impl Ord for DeviceChange
§impl PartialEq for DeviceChange
impl PartialEq for DeviceChange
§impl PartialOrd for DeviceChange
impl PartialOrd for DeviceChange
impl Copy for DeviceChange
impl Eq for DeviceChange
impl StructuralPartialEq for DeviceChange
Auto Trait Implementations§
impl Freeze for DeviceChange
impl RefUnwindSafe for DeviceChange
impl Send for DeviceChange
impl Sync for DeviceChange
impl Unpin for DeviceChange
impl UnwindSafe for DeviceChange
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
)