pub enum MediaStreamTrackKind {
Video,
Audio,
All,
}
Expand description
MediaStream track kind
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MediaStreamTrackKind
impl RefUnwindSafe for MediaStreamTrackKind
impl Send for MediaStreamTrackKind
impl Sync for MediaStreamTrackKind
impl Unpin for MediaStreamTrackKind
impl UnwindSafe for MediaStreamTrackKind
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