pub struct DeviceInventory {
pub receiver: ReceiverInfo,
pub paired: Vec<PairedDevice>,
}Fields§
§receiver: ReceiverInfo§paired: Vec<PairedDevice>Trait Implementations§
Source§impl Clone for DeviceInventory
impl Clone for DeviceInventory
Source§fn clone(&self) -> DeviceInventory
fn clone(&self) -> DeviceInventory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceInventory
impl Debug for DeviceInventory
Auto Trait Implementations§
impl Freeze for DeviceInventory
impl RefUnwindSafe for DeviceInventory
impl Send for DeviceInventory
impl Sync for DeviceInventory
impl Unpin for DeviceInventory
impl UnsafeUnpin for DeviceInventory
impl UnwindSafe for DeviceInventory
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