pub struct CameraDescription { /* private fields */ }Expand description
Description of a camera Can be used to open the camera and get access to many more functionality
Implementations§
Auto Trait Implementations§
impl Freeze for CameraDescription
impl RefUnwindSafe for CameraDescription
impl Send for CameraDescription
impl Sync for CameraDescription
impl Unpin for CameraDescription
impl UnsafeUnpin for CameraDescription
impl UnwindSafe for CameraDescription
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