Enum h264_reader::nal::slice::FieldPic
source · pub enum FieldPic {
Frame,
Field(Field),
}Variants§
Trait Implementations§
source§impl PartialEq for FieldPic
impl PartialEq for FieldPic
impl StructuralPartialEq for FieldPic
Auto Trait Implementations§
impl Freeze for FieldPic
impl RefUnwindSafe for FieldPic
impl Send for FieldPic
impl Sync for FieldPic
impl Unpin for FieldPic
impl UnwindSafe for FieldPic
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