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