Skip to main content

st_WolframIOLibrary_Functions

Struct st_WolframIOLibrary_Functions 

Source
#[repr(C)]
pub struct st_WolframIOLibrary_Functions {
Show 38 fields pub createAsynchronousTaskWithoutThread: Option<unsafe extern "C" fn() -> i64>, pub createAsynchronousTaskWithThread: Option<unsafe extern "C" fn(Option<unsafe extern "C" fn(i64, *mut c_void)>, *mut c_void) -> i64>, pub raiseAsyncEvent: Option<unsafe extern "C" fn(i64, *mut i8, *mut st_DataStore)>, pub asynchronousTaskAliveQ: Option<unsafe extern "C" fn(i64) -> i32>, pub asynchronousTaskStartedQ: Option<unsafe extern "C" fn(i64) -> i32>, pub createDataStore: Option<unsafe extern "C" fn() -> *mut st_DataStore>, pub DataStore_addInteger: Option<unsafe extern "C" fn(*mut st_DataStore, i64)>, pub DataStore_addReal: Option<unsafe extern "C" fn(*mut st_DataStore, f64)>, pub DataStore_addComplex: Option<unsafe extern "C" fn(*mut st_DataStore, Complex<f64>)>, pub DataStore_addString: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8)>, pub DataStore_addMTensor: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>, pub DataStore_addMRawArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>, pub DataStore_addMImage: Option<unsafe extern "C" fn(*mut st_DataStore, *mut IMAGEOBJ_ENTRY)>, pub DataStore_addDataStore: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_DataStore)>, pub DataStore_addNamedInteger: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, i64)>, pub DataStore_addNamedReal: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, f64)>, pub DataStore_addNamedComplex: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, Complex<f64>)>, pub DataStore_addNamedString: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut i8)>, pub DataStore_addNamedMTensor: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>, pub DataStore_addNamedMRawArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>, pub DataStore_addNamedMImage: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut IMAGEOBJ_ENTRY)>, pub DataStore_addNamedDataStore: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_DataStore)>, pub removeAsynchronousTask: Option<unsafe extern "C" fn(i64) -> i64>, pub deleteDataStore: Option<unsafe extern "C" fn(*mut st_DataStore)>, pub copyDataStore: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut st_DataStore>, pub DataStore_getLength: Option<unsafe extern "C" fn(*mut st_DataStore) -> i64>, pub DataStore_getFirstNode: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut DataStoreNode_t>, pub DataStore_getLastNode: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut DataStoreNode_t>, pub DataStoreNode_getNextNode: Option<unsafe extern "C" fn(*mut DataStoreNode_t) -> *mut DataStoreNode_t>, pub DataStoreNode_getDataType: Option<unsafe extern "C" fn(*mut DataStoreNode_t) -> i32>, pub DataStoreNode_getData: Option<unsafe extern "C" fn(*mut DataStoreNode_t, *mut MArgument) -> i32>, pub DataStoreNode_getName: Option<unsafe extern "C" fn(*mut DataStoreNode_t, *mut *mut i8) -> i32>, pub DataStore_addBoolean: Option<unsafe extern "C" fn(*mut st_DataStore, i32)>, pub DataStore_addNamedBoolean: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, i32)>, pub DataStore_addMNumericArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>, pub DataStore_addNamedMNumericArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>, pub DataStore_addMSparseArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut MSparseArray_struct)>, pub DataStore_addNamedMSparseArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut MSparseArray_struct)>,
}

Fields§

§createAsynchronousTaskWithoutThread: Option<unsafe extern "C" fn() -> i64>§createAsynchronousTaskWithThread: Option<unsafe extern "C" fn(Option<unsafe extern "C" fn(i64, *mut c_void)>, *mut c_void) -> i64>§raiseAsyncEvent: Option<unsafe extern "C" fn(i64, *mut i8, *mut st_DataStore)>§asynchronousTaskAliveQ: Option<unsafe extern "C" fn(i64) -> i32>§asynchronousTaskStartedQ: Option<unsafe extern "C" fn(i64) -> i32>§createDataStore: Option<unsafe extern "C" fn() -> *mut st_DataStore>§DataStore_addInteger: Option<unsafe extern "C" fn(*mut st_DataStore, i64)>§DataStore_addReal: Option<unsafe extern "C" fn(*mut st_DataStore, f64)>§DataStore_addComplex: Option<unsafe extern "C" fn(*mut st_DataStore, Complex<f64>)>§DataStore_addString: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8)>§DataStore_addMTensor: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>§DataStore_addMRawArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>§DataStore_addMImage: Option<unsafe extern "C" fn(*mut st_DataStore, *mut IMAGEOBJ_ENTRY)>§DataStore_addDataStore: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_DataStore)>§DataStore_addNamedInteger: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, i64)>§DataStore_addNamedReal: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, f64)>§DataStore_addNamedComplex: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, Complex<f64>)>§DataStore_addNamedString: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut i8)>§DataStore_addNamedMTensor: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>§DataStore_addNamedMRawArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>§DataStore_addNamedMImage: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut IMAGEOBJ_ENTRY)>§DataStore_addNamedDataStore: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_DataStore)>§removeAsynchronousTask: Option<unsafe extern "C" fn(i64) -> i64>§deleteDataStore: Option<unsafe extern "C" fn(*mut st_DataStore)>§copyDataStore: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut st_DataStore>§DataStore_getLength: Option<unsafe extern "C" fn(*mut st_DataStore) -> i64>§DataStore_getFirstNode: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut DataStoreNode_t>§DataStore_getLastNode: Option<unsafe extern "C" fn(*mut st_DataStore) -> *mut DataStoreNode_t>§DataStoreNode_getNextNode: Option<unsafe extern "C" fn(*mut DataStoreNode_t) -> *mut DataStoreNode_t>§DataStoreNode_getDataType: Option<unsafe extern "C" fn(*mut DataStoreNode_t) -> i32>§DataStoreNode_getData: Option<unsafe extern "C" fn(*mut DataStoreNode_t, *mut MArgument) -> i32>§DataStoreNode_getName: Option<unsafe extern "C" fn(*mut DataStoreNode_t, *mut *mut i8) -> i32>§DataStore_addBoolean: Option<unsafe extern "C" fn(*mut st_DataStore, i32)>§DataStore_addNamedBoolean: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, i32)>§DataStore_addMNumericArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut st_MNumericArray)>§DataStore_addNamedMNumericArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut st_MNumericArray)>§DataStore_addMSparseArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut MSparseArray_struct)>§DataStore_addNamedMSparseArray: Option<unsafe extern "C" fn(*mut st_DataStore, *mut i8, *mut MSparseArray_struct)>

Trait Implementations§

Source§

impl Clone for st_WolframIOLibrary_Functions

Source§

fn clone(&self) -> st_WolframIOLibrary_Functions

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for st_WolframIOLibrary_Functions

Source§

impl Debug for st_WolframIOLibrary_Functions

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.