pub enum DeviceIdQuery {
Specific(u8),
Any,
}Expand description
Used for the Device Inquiry message
Variants§
Specific(u8)
Send the Device Inquiry request to a specific device id
Any
Send the Device Inquiry request to all devices
Auto Trait Implementations§
impl Freeze for DeviceIdQuery
impl RefUnwindSafe for DeviceIdQuery
impl Send for DeviceIdQuery
impl Sync for DeviceIdQuery
impl Unpin for DeviceIdQuery
impl UnsafeUnpin for DeviceIdQuery
impl UnwindSafe for DeviceIdQuery
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