pub enum PictureType {
None,
I,
P,
B,
S,
Si,
Sp,
Bi,
}
Variants§
None
I
Intra.
P
Predicted.
B
Bi-dir predicted.
S
S(GMC)-VOP MPEG4.
Si
Switching Intra.
Sp
Switching Predicted.
Bi
BI type.
Trait Implementations§
source§impl Clone for PictureType
impl Clone for PictureType
source§fn clone(&self) -> PictureType
fn clone(&self) -> PictureType
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 PictureType
impl Debug for PictureType
source§impl Hash for PictureType
impl Hash for PictureType
source§impl PartialEq<PictureType> for PictureType
impl PartialEq<PictureType> for PictureType
source§fn eq(&self, other: &PictureType) -> bool
fn eq(&self, other: &PictureType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.