Enum ffmpeg_sys::AVPictureStructure
[−]
[src]
pub enum AVPictureStructure {
AV_PICTURE_STRUCTURE_UNKNOWN,
AV_PICTURE_STRUCTURE_TOP_FIELD,
AV_PICTURE_STRUCTURE_BOTTOM_FIELD,
AV_PICTURE_STRUCTURE_FRAME,
}Variants
AV_PICTURE_STRUCTURE_UNKNOWNAV_PICTURE_STRUCTURE_TOP_FIELDAV_PICTURE_STRUCTURE_BOTTOM_FIELDAV_PICTURE_STRUCTURE_FRAMETrait Implementations
impl Debug for AVPictureStructure[src]
impl Clone for AVPictureStructure[src]
fn clone(&self) -> AVPictureStructure
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for AVPictureStructure[src]
impl PartialEq for AVPictureStructure[src]
fn eq(&self, __arg_0: &AVPictureStructure) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.