pub enum MediaSources {
Screen,
Window,
ScreenAndWindow,
}Expand description
Media source type
Variants§
Auto Trait Implementations§
impl Freeze for MediaSources
impl RefUnwindSafe for MediaSources
impl Send for MediaSources
impl Sync for MediaSources
impl Unpin for MediaSources
impl UnwindSafe for MediaSources
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