[][src]Struct clips_sys::bloadData

#[repr(C)]
pub struct bloadData {
    pub BinaryPrefixID: *const c_char,
    pub BinaryVersionID: *const c_char,
    pub BinarySizes: *mut c_char,
    pub FunctionArray: *mut *mut functionDefinition,
    pub BloadActive: bool,
    pub BeforeBloadFunctions: *mut voidCallFunctionItem,
    pub AfterBloadFunctions: *mut voidCallFunctionItem,
    pub ClearBloadReadyFunctions: *mut boolCallFunctionItem,
    pub AbortBloadFunctions: *mut voidCallFunctionItem,
}

Fields

BinaryPrefixID: *const c_charBinaryVersionID: *const c_charBinarySizes: *mut c_charFunctionArray: *mut *mut functionDefinitionBloadActive: boolBeforeBloadFunctions: *mut voidCallFunctionItemAfterBloadFunctions: *mut voidCallFunctionItemClearBloadReadyFunctions: *mut boolCallFunctionItemAbortBloadFunctions: *mut voidCallFunctionItem

Trait Implementations

impl Clone for bloadData[src]

impl Copy for bloadData[src]

impl Debug for bloadData[src]

impl Default for bloadData[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.