#[repr(u32)]pub enum AVSubtitleType {
SUBTITLE_NONE = 0,
SUBTITLE_BITMAP = 1,
SUBTITLE_TEXT = 2,
SUBTITLE_ASS = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AVSubtitleType
impl Clone for AVSubtitleType
Source§fn clone(&self) -> AVSubtitleType
fn clone(&self) -> AVSubtitleType
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 AVSubtitleType
impl Debug for AVSubtitleType
Source§impl Hash for AVSubtitleType
impl Hash for AVSubtitleType
Source§impl PartialEq for AVSubtitleType
impl PartialEq for AVSubtitleType
impl Copy for AVSubtitleType
impl Eq for AVSubtitleType
impl StructuralPartialEq for AVSubtitleType
Auto Trait Implementations§
impl Freeze for AVSubtitleType
impl RefUnwindSafe for AVSubtitleType
impl Send for AVSubtitleType
impl Sync for AVSubtitleType
impl Unpin for AVSubtitleType
impl UnwindSafe for AVSubtitleType
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