#[repr(u32)]
pub enum AVIODataMarkerType {
AVIO_DATA_MARKER_HEADER,
AVIO_DATA_MARKER_SYNC_POINT,
AVIO_DATA_MARKER_BOUNDARY_POINT,
AVIO_DATA_MARKER_UNKNOWN,
AVIO_DATA_MARKER_TRAILER,
AVIO_DATA_MARKER_FLUSH_POINT,
}Variants
AVIO_DATA_MARKER_HEADER
AVIO_DATA_MARKER_SYNC_POINT
AVIO_DATA_MARKER_BOUNDARY_POINT
AVIO_DATA_MARKER_UNKNOWN
AVIO_DATA_MARKER_TRAILER
AVIO_DATA_MARKER_FLUSH_POINT
Trait Implementations
sourceimpl Clone for AVIODataMarkerType
impl Clone for AVIODataMarkerType
sourcefn clone(&self) -> AVIODataMarkerType
fn clone(&self) -> AVIODataMarkerType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVIODataMarkerType
impl Debug for AVIODataMarkerType
sourceimpl Hash for AVIODataMarkerType
impl Hash for AVIODataMarkerType
impl Copy for AVIODataMarkerType
impl Eq for AVIODataMarkerType
impl StructuralEq for AVIODataMarkerType
impl StructuralPartialEq for AVIODataMarkerType
Auto Trait Implementations
impl RefUnwindSafe for AVIODataMarkerType
impl Send for AVIODataMarkerType
impl Sync for AVIODataMarkerType
impl Unpin for AVIODataMarkerType
impl UnwindSafe for AVIODataMarkerType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more