#[repr(C)]pub struct AVPanScan {
pub id: c_int,
pub width: c_int,
pub height: c_int,
pub position: [[i16; 2]; 3],
}展开描述
Pan Scan area. This specifies the area which should be displayed. Note there may be multiple such areas for one frame.
Fields§
§id: c_intid
- encoding: Set by user.
- decoding: Set by libavcodec.
width: c_intwidth and height in 1/16 pel
- encoding: Set by user.
- decoding: Set by libavcodec.
height: c_int§position: [[i16; 2]; 3]position of the top left corner in 1/16 pel for up to 3 fields/frames
- encoding: Set by user.
- decoding: Set by libavcodec.
trait 实现§
impl Copy for AVPanScan
impl Eq for AVPanScan
impl StructuralPartialEq for AVPanScan
自动 trait 实现§
impl Freeze for AVPanScan
impl RefUnwindSafe for AVPanScan
impl Send for AVPanScan
impl Sync for AVPanScan
impl Unpin for AVPanScan
impl UnsafeUnpin for AVPanScan
impl UnwindSafe for AVPanScan
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多