#[repr(C)]pub struct h264_sei_recovery_point {
pub recovery_frame_cnt: u32,
pub exact_match_flag: c_int,
pub broken_link_flag: c_int,
pub changing_slice_group_idc: u32,
}Expand description
D.1.7 Recovery point SEI message syntax
Fields§
§recovery_frame_cnt: u32§exact_match_flag: c_int§broken_link_flag: c_int§changing_slice_group_idc: u32Trait Implementations§
Source§impl Clone for h264_sei_recovery_point
impl Clone for h264_sei_recovery_point
Source§fn clone(&self) -> h264_sei_recovery_point
fn clone(&self) -> h264_sei_recovery_point
Returns a duplicate 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 h264_sei_recovery_point
impl Debug for h264_sei_recovery_point
impl Copy for h264_sei_recovery_point
Auto Trait Implementations§
impl Freeze for h264_sei_recovery_point
impl RefUnwindSafe for h264_sei_recovery_point
impl Send for h264_sei_recovery_point
impl Sync for h264_sei_recovery_point
impl Unpin for h264_sei_recovery_point
impl UnwindSafe for h264_sei_recovery_point
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