Struct vidi::pipelines::UnacquiredCamera
source · pub struct UnacquiredCamera { /* private fields */ }
Expand description
A detected camera device
Implementations§
Auto Trait Implementations§
impl Freeze for UnacquiredCamera
impl !RefUnwindSafe for UnacquiredCamera
impl !Send for UnacquiredCamera
impl !Sync for UnacquiredCamera
impl Unpin for UnacquiredCamera
impl !UnwindSafe for UnacquiredCamera
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