pub struct MacosCameraStream { /* private fields */ }Available on crate feature
std and macOS only.Expand description
macOS camera stream backed by AVCaptureSession.
Trait Implementations§
Source§impl CameraStream for MacosCameraStream
impl CameraStream for MacosCameraStream
Auto Trait Implementations§
impl Freeze for MacosCameraStream
impl !RefUnwindSafe for MacosCameraStream
impl !Send for MacosCameraStream
impl !Sync for MacosCameraStream
impl Unpin for MacosCameraStream
impl !UnwindSafe for MacosCameraStream
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