plugGetWorkAreaFunc

Type Alias plugGetWorkAreaFunc 

Source
pub type plugGetWorkAreaFunc = Option<unsafe extern "C" fn(timelineData: PrTimelineID, workAreaStart: *mut csSDK_int32, workAreaEnd: *mut csSDK_int32) -> csSDK_int32>;

Aliased Type§

pub enum plugGetWorkAreaFunc {
    None,
    Some(unsafe extern "C" fn(i32, *mut i32, *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut i32, *mut i32) -> i32)

Some value of type T.