pub struct DeviceRemoved { /* private fields */ }Expand description
Device Removed Event
Implementations§
Source§impl DeviceRemoved
impl DeviceRemoved
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait 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 From<DeviceRemoved> for Event
impl From<DeviceRemoved> for Event
Source§fn from(v: DeviceRemoved) -> Self
fn from(v: DeviceRemoved) -> Self
Converts to this type from the input type.
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