pub enum AudioVideoType {
AvControl,
AvDataVideoStreaming,
AvDataAudioStreaming,
}Variants§
Trait Implementations§
Source§impl Clone for AudioVideoType
impl Clone for AudioVideoType
Source§fn clone(&self) -> AudioVideoType
fn clone(&self) -> AudioVideoType
Returns a duplicate 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 AudioVideoType
impl Debug for AudioVideoType
impl Copy for AudioVideoType
Auto Trait Implementations§
impl Freeze for AudioVideoType
impl RefUnwindSafe for AudioVideoType
impl Send for AudioVideoType
impl Sync for AudioVideoType
impl Unpin for AudioVideoType
impl UnwindSafe for AudioVideoType
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