Struct windows::Media::Capture::CameraOptionsUI
pub struct CameraOptionsUI;
Implementations§
§impl CameraOptionsUI
impl CameraOptionsUI
pub fn Show<P0>(mediacapture: P0) -> Result<()>where
P0: Param<MediaCapture>,
Auto Trait Implementations§
impl Freeze for CameraOptionsUI
impl RefUnwindSafe for CameraOptionsUI
impl Send for CameraOptionsUI
impl Sync for CameraOptionsUI
impl Unpin for CameraOptionsUI
impl UnwindSafe for CameraOptionsUI
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