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