#[repr(C)]pub struct AVPanScan {
pub id: c_int,
pub width: c_int,
pub height: c_int,
pub position: [[i16; 2]; 3],
}
Fields§
§id: c_int
§width: c_int
§height: c_int
§position: [[i16; 2]; 3]
Trait Implementations§
impl Copy for AVPanScan
impl Eq for AVPanScan
impl StructuralPartialEq for AVPanScan
Auto Trait Implementations§
impl Freeze for AVPanScan
impl RefUnwindSafe for AVPanScan
impl Send for AVPanScan
impl Sync for AVPanScan
impl Unpin for AVPanScan
impl UnwindSafe for AVPanScan
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