pub struct DeviceIdentifiers {
pub ids: Vec<Descriptor>,
}Fields§
§ids: Vec<Descriptor>Implementations§
Trait Implementations§
Source§impl Debug for DeviceIdentifiers
impl Debug for DeviceIdentifiers
Source§impl Display for DeviceIdentifiers
impl Display for DeviceIdentifiers
Source§impl PartialEq for DeviceIdentifiers
impl PartialEq for DeviceIdentifiers
Auto Trait Implementations§
impl Freeze for DeviceIdentifiers
impl RefUnwindSafe for DeviceIdentifiers
impl Send for DeviceIdentifiers
impl Sync for DeviceIdentifiers
impl Unpin for DeviceIdentifiers
impl UnwindSafe for DeviceIdentifiers
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