pub struct DeviceInfoList {
pub devices: Vec<DeviceInfo>,
}
Fields§
§devices: Vec<DeviceInfo>
Trait Implementations§
Source§impl Debug for DeviceInfoList
impl Debug for DeviceInfoList
Source§impl PartialEq for DeviceInfoList
impl PartialEq for DeviceInfoList
impl StructuralPartialEq for DeviceInfoList
Auto Trait Implementations§
impl Freeze for DeviceInfoList
impl RefUnwindSafe for DeviceInfoList
impl Send for DeviceInfoList
impl Sync for DeviceInfoList
impl Unpin for DeviceInfoList
impl UnwindSafe for DeviceInfoList
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