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