Struct windows_sys::Media::Capture::StreamingCaptureMode
[−]#[repr(transparent)]pub struct StreamingCaptureMode(pub i32);Expand description
Required features: ‘Media_Capture’
Tuple Fields
0: i32Implementations
impl StreamingCaptureMode
impl StreamingCaptureMode
Trait Implementations
impl Clone for StreamingCaptureMode
impl Clone for StreamingCaptureMode
impl Copy for StreamingCaptureMode
Auto Trait Implementations
impl RefUnwindSafe for StreamingCaptureMode
impl Send for StreamingCaptureMode
impl Sync for StreamingCaptureMode
impl Unpin for StreamingCaptureMode
impl UnwindSafe for StreamingCaptureMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more