pub struct DeviceList { /* private fields */ }Expand description
Represents a list of connected devices
Use the iter method to iterate over the devices
Implementations§
Trait Implementations§
Source§impl Debug for DeviceList
impl Debug for DeviceList
Auto Trait Implementations§
impl Freeze for DeviceList
impl RefUnwindSafe for DeviceList
impl !Send for DeviceList
impl !Sync for DeviceList
impl Unpin for DeviceList
impl UnwindSafe for DeviceList
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