pub struct Devices(/* private fields */);Expand description
A collection of Devices.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Devices
impl<'a> IntoIterator for &'a Devices
Source§impl<'a> IntoIterator for &'a mut Devices
impl<'a> IntoIterator for &'a mut Devices
Source§impl IntoIterator for Devices
impl IntoIterator for Devices
impl StructuralPartialEq for Devices
Auto Trait Implementations§
impl Freeze for Devices
impl RefUnwindSafe for Devices
impl Send for Devices
impl Sync for Devices
impl Unpin for Devices
impl UnwindSafe for Devices
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