#[repr(C)]pub enum VSMediaType {
Video = 1,
Audio = 2,
}
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 Ord for VSMediaType
impl Ord for VSMediaType
Source§fn cmp(&self, other: &VSMediaType) -> Ordering
fn cmp(&self, other: &VSMediaType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VSMediaType
impl PartialEq for VSMediaType
Source§impl PartialOrd for VSMediaType
impl PartialOrd for VSMediaType
impl Copy for VSMediaType
impl Eq for VSMediaType
impl StructuralPartialEq for VSMediaType
Auto Trait Implementations§
impl Freeze for VSMediaType
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