#[repr(C, packed(1))]pub struct PlugTimelineFuncs {Show 17 fields
pub unused2: *mut c_void,
pub unused3: *mut c_void,
pub getClipVideo: plugGetClipVideoFunc,
pub unused1: *mut c_void,
pub unused8: *mut c_void,
pub unused9: *mut c_void,
pub unused10: *mut c_void,
pub getWorkArea: plugGetWorkAreaFunc,
pub unused7: *mut c_void,
pub unused4: *mut c_void,
pub getCurrentTimebase: plugGetCurrentTimebaseFunc,
pub getCurrentPos: plugGetCurrentPosFunc,
pub unused5: *mut c_void,
pub unused6: *mut c_void,
pub getPreviewFrameEx: plugGetPreviewFrameExFunc,
pub getClipVideoBounds: plugGetClipVideoBoundsFunc,
pub getClipVideoEx: plugGetClipVideoExFunc,
}Fields§
§unused2: *mut c_void§unused3: *mut c_void§getClipVideo: plugGetClipVideoFunc§unused1: *mut c_void§unused8: *mut c_void§unused9: *mut c_void§unused10: *mut c_void§getWorkArea: plugGetWorkAreaFunc§unused7: *mut c_void§unused4: *mut c_void§getCurrentTimebase: plugGetCurrentTimebaseFunc§getCurrentPos: plugGetCurrentPosFunc§unused5: *mut c_void§unused6: *mut c_void§getPreviewFrameEx: plugGetPreviewFrameExFunc§getClipVideoBounds: plugGetClipVideoBoundsFunc§getClipVideoEx: plugGetClipVideoExFuncTrait Implementations§
Source§impl Clone for PlugTimelineFuncs
impl Clone for PlugTimelineFuncs
Source§fn clone(&self) -> PlugTimelineFuncs
fn clone(&self) -> PlugTimelineFuncs
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 PlugTimelineFuncs
impl Debug for PlugTimelineFuncs
impl Copy for PlugTimelineFuncs
Auto Trait Implementations§
impl Freeze for PlugTimelineFuncs
impl RefUnwindSafe for PlugTimelineFuncs
impl !Send for PlugTimelineFuncs
impl !Sync for PlugTimelineFuncs
impl Unpin for PlugTimelineFuncs
impl UnwindSafe for PlugTimelineFuncs
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