Enum rustsynth_sys::VSMediaType
source · #[repr(u32)]pub enum VSMediaType {
mtVideo,
mtAudio,
}
Variants§
Trait Implementations§
source§impl Clone for VSMediaType
impl Clone for VSMediaType
source§fn clone(&self) -> VSMediaType
fn clone(&self) -> VSMediaType
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 VSMediaType
impl Debug for VSMediaType
source§impl Hash for VSMediaType
impl Hash for VSMediaType
source§impl PartialEq<VSMediaType> for VSMediaType
impl PartialEq<VSMediaType> for VSMediaType
source§fn eq(&self, other: &VSMediaType) -> bool
fn eq(&self, other: &VSMediaType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VSMediaType
impl Eq for VSMediaType
impl StructuralEq for VSMediaType
impl StructuralPartialEq for VSMediaType
Auto Trait Implementations§
impl RefUnwindSafe for VSMediaType
impl Send for VSMediaType
impl Sync for VSMediaType
impl Unpin for VSMediaType
impl UnwindSafe for VSMediaType
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