pub struct DeviceList<'a> { /* private fields */ }Expand description
A list of Orbbec devices available
Implementations§
Source§impl<'a> DeviceList<'a>
impl<'a> DeviceList<'a>
Trait Implementations§
Source§impl<'a, 'b> IntoIterator for &'b DeviceList<'a>where
'b: 'a,
impl<'a, 'b> IntoIterator for &'b DeviceList<'a>where
'b: 'a,
Auto Trait Implementations§
impl<'a> Freeze for DeviceList<'a>
impl<'a> RefUnwindSafe for DeviceList<'a>
impl<'a> !Send for DeviceList<'a>
impl<'a> !Sync for DeviceList<'a>
impl<'a> Unpin for DeviceList<'a>
impl<'a> UnwindSafe for DeviceList<'a>
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