[][src]Struct fm_plugin::ffi::external::fmx_ExternCallStruct

#[repr(C, packed)]pub struct fmx_ExternCallStruct {
    pub extnVersion: ExternVersion,
    pub unusedID: fmx_unusedid,
    pub entryPoint: fmx_ExternCallProc,
    pub cfmCalls: fmx_boolean,
    pub whichCall: fmx_ExternCallSwitch,
    pub unsafeCalls: fmx_boolean,
    pub parm1: u8,
    pub parm2: fmx_ptrtype,
    pub parm3: fmx_ptrtype,
    pub instanceID: fmx_ptrtype,
    pub result: fmx_ptrtype,
    pub unused: fmx_ptrtype,
    pub cStartScript: fmx_StartScriptCall,
    pub cCurrentEnv: fmx_CurrentEnvCall,
}

Fields

extnVersion: ExternVersionunusedID: fmx_unusedidentryPoint: fmx_ExternCallProccfmCalls: fmx_booleanwhichCall: fmx_ExternCallSwitchunsafeCalls: fmx_booleanparm1: u8parm2: fmx_ptrtypeparm3: fmx_ptrtypeinstanceID: fmx_ptrtyperesult: fmx_ptrtypeunused: fmx_ptrtypecStartScript: fmx_StartScriptCallcCurrentEnv: fmx_CurrentEnvCall

Trait Implementations

impl Clone for fmx_ExternCallStruct[src]

impl Copy for fmx_ExternCallStruct[src]

impl Debug for fmx_ExternCallStruct[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.