pub struct DeviceFlagsChanged { /* private fields */ }Expand description
Device Flags Changed Event
Implementations§
Source§impl DeviceFlagsChanged
impl DeviceFlagsChanged
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn supported_flags(&self) -> &DeviceFlags
pub fn current_flags(&self) -> &DeviceFlags
Trait Implementations§
Source§impl Clone for DeviceFlagsChanged
impl Clone for DeviceFlagsChanged
Source§fn clone(&self) -> DeviceFlagsChanged
fn clone(&self) -> DeviceFlagsChanged
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 DeviceFlagsChanged
impl Debug for DeviceFlagsChanged
Source§impl From<DeviceFlagsChanged> for Event
impl From<DeviceFlagsChanged> for Event
Source§fn from(v: DeviceFlagsChanged) -> Self
fn from(v: DeviceFlagsChanged) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeviceFlagsChanged
impl RefUnwindSafe for DeviceFlagsChanged
impl Send for DeviceFlagsChanged
impl Sync for DeviceFlagsChanged
impl Unpin for DeviceFlagsChanged
impl UnwindSafe for DeviceFlagsChanged
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