#[repr(C)]pub struct h264_sei_pan_scan_rect {
pub pan_scan_rect_id: u32,
pub pan_scan_rect_cancel_flag: c_int,
pub pan_scan_cnt_minus1: u32,
pub pan_scan_rect: [h264_sei_pan_scan_rect__bindgen_ty_1; 4],
pub pan_scan_rect_repetition_period: u32,
}Expand description
D.1.3 Pan-scan rectangle SEI message syntax
Fields§
§pan_scan_rect_id: u32§pan_scan_rect_cancel_flag: c_int§pan_scan_cnt_minus1: u32§pan_scan_rect: [h264_sei_pan_scan_rect__bindgen_ty_1; 4]§pan_scan_rect_repetition_period: u32Trait Implementations§
Source§impl Clone for h264_sei_pan_scan_rect
impl Clone for h264_sei_pan_scan_rect
Source§fn clone(&self) -> h264_sei_pan_scan_rect
fn clone(&self) -> h264_sei_pan_scan_rect
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_pan_scan_rect
impl Debug for h264_sei_pan_scan_rect
impl Copy for h264_sei_pan_scan_rect
Auto Trait Implementations§
impl Freeze for h264_sei_pan_scan_rect
impl RefUnwindSafe for h264_sei_pan_scan_rect
impl Send for h264_sei_pan_scan_rect
impl Sync for h264_sei_pan_scan_rect
impl Unpin for h264_sei_pan_scan_rect
impl UnwindSafe for h264_sei_pan_scan_rect
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