#[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§
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