pub enum MediaStreamType {
Video,
Audio,
}
Variants§
Trait Implementations§
source§impl Clone for MediaStreamType
impl Clone for MediaStreamType
source§fn clone(&self) -> MediaStreamType
fn clone(&self) -> MediaStreamType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MediaStreamType
impl Debug for MediaStreamType
source§impl PartialEq for MediaStreamType
impl PartialEq for MediaStreamType
source§fn eq(&self, other: &MediaStreamType) -> bool
fn eq(&self, other: &MediaStreamType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MediaStreamType
impl StructuralPartialEq for MediaStreamType
Auto Trait Implementations§
impl Freeze for MediaStreamType
impl RefUnwindSafe for MediaStreamType
impl Send for MediaStreamType
impl Sync for MediaStreamType
impl Unpin for MediaStreamType
impl UnwindSafe for MediaStreamType
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