pub struct CameraClient { /* private fields */ }Expand description
A one-shot camera client.
Implementations§
Source§impl CameraClient
impl CameraClient
pub fn new(target: ResolvedTarget) -> Self
pub fn with_timeout(self, timeout: Duration) -> Self
Auto Trait Implementations§
impl Freeze for CameraClient
impl RefUnwindSafe for CameraClient
impl Send for CameraClient
impl Sync for CameraClient
impl Unpin for CameraClient
impl UnsafeUnpin for CameraClient
impl UnwindSafe for CameraClient
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