pub struct DeviceRemoved {
pub device: Device,
}Fields§
§device: DeviceTrait Implementations§
Source§impl Clone for DeviceRemoved
impl Clone for DeviceRemoved
Source§fn clone(&self) -> DeviceRemoved
fn clone(&self) -> DeviceRemoved
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 DeviceRemoved
impl Debug for DeviceRemoved
Source§impl DeviceEvent for DeviceRemoved
impl DeviceEvent for DeviceRemoved
Source§impl PartialEq for DeviceRemoved
impl PartialEq for DeviceRemoved
impl StructuralPartialEq for DeviceRemoved
Auto Trait Implementations§
impl Freeze for DeviceRemoved
impl RefUnwindSafe for DeviceRemoved
impl Send for DeviceRemoved
impl Sync for DeviceRemoved
impl Unpin for DeviceRemoved
impl UnwindSafe for DeviceRemoved
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