#[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§
source§impl Clone for AVIODataMarkerType
impl Clone for AVIODataMarkerType
source§fn clone(&self) -> AVIODataMarkerType
fn clone(&self) -> AVIODataMarkerType
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 AVIODataMarkerType
impl Debug for AVIODataMarkerType
source§impl Hash for AVIODataMarkerType
impl Hash for AVIODataMarkerType
source§impl PartialEq<AVIODataMarkerType> for AVIODataMarkerType
impl PartialEq<AVIODataMarkerType> for AVIODataMarkerType
source§fn eq(&self, other: &AVIODataMarkerType) -> bool
fn eq(&self, other: &AVIODataMarkerType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.