pub struct DeviceRemovedEvent {
pub device_id: DeviceId,
}Expand description
A device was removed.
Fields§
§device_id: DeviceIdThe ID of the device.
Trait Implementations§
Source§impl Clone for DeviceRemovedEvent
impl Clone for DeviceRemovedEvent
Source§fn clone(&self) -> DeviceRemovedEvent
fn clone(&self) -> DeviceRemovedEvent
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 DeviceRemovedEvent
impl Debug for DeviceRemovedEvent
Source§impl From<DeviceRemovedEvent> for DeviceEvent
impl From<DeviceRemovedEvent> for DeviceEvent
Source§fn from(other: DeviceRemovedEvent) -> Self
fn from(other: DeviceRemovedEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeviceRemovedEvent
impl RefUnwindSafe for DeviceRemovedEvent
impl Send for DeviceRemovedEvent
impl Sync for DeviceRemovedEvent
impl Unpin for DeviceRemovedEvent
impl UnwindSafe for DeviceRemovedEvent
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