#[repr(C)]pub struct AEGP_FootageInterp {
pub il: AEGP_InterlaceLabel,
pub al: AEGP_AlphaLabel,
pub pd: AEGP_PulldownPhase,
pub loop_: AEGP_LoopBehavior,
pub pix_aspect_ratio: A_Ratio,
pub native_fpsF: A_FpLong,
pub conform_fpsF: A_FpLong,
pub depthL: A_long,
pub motion_dB: A_Boolean,
}Fields§
§il: AEGP_InterlaceLabel§al: AEGP_AlphaLabel§pd: AEGP_PulldownPhase§loop_: AEGP_LoopBehavior§pix_aspect_ratio: A_Ratio§native_fpsF: A_FpLong§conform_fpsF: A_FpLong§depthL: A_long§motion_dB: A_BooleanTrait Implementations§
Source§impl Clone for AEGP_FootageInterp
impl Clone for AEGP_FootageInterp
Source§fn clone(&self) -> AEGP_FootageInterp
fn clone(&self) -> AEGP_FootageInterp
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 AEGP_FootageInterp
impl Debug for AEGP_FootageInterp
impl Copy for AEGP_FootageInterp
Auto Trait Implementations§
impl Freeze for AEGP_FootageInterp
impl RefUnwindSafe for AEGP_FootageInterp
impl Send for AEGP_FootageInterp
impl Sync for AEGP_FootageInterp
impl Unpin for AEGP_FootageInterp
impl UnwindSafe for AEGP_FootageInterp
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