#[repr(C)]
pub struct st_WolframSparseLibrary_Functions {
Show 16 fields pub MSparseArray_clone: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MSparseArray) -> c_int>, pub MSparseArray_free: Option<unsafe extern "C" fn(arg1: MSparseArray)>, pub MSparseArray_disown: Option<unsafe extern "C" fn(arg1: MSparseArray)>, pub MSparseArray_disownAll: Option<unsafe extern "C" fn(arg1: MSparseArray)>, pub MSparseArray_shareCount: Option<unsafe extern "C" fn(arg1: MSparseArray) -> mint>, pub MSparseArray_getRank: Option<unsafe extern "C" fn(arg1: MSparseArray) -> mint>, pub MSparseArray_getDimensions: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *const mint>, pub MSparseArray_getImplicitValue: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>, pub MSparseArray_getExplicitValues: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>, pub MSparseArray_getRowPointers: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>, pub MSparseArray_getColumnIndices: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>, pub MSparseArray_getExplicitPositions: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MTensor) -> c_int>, pub MSparseArray_resetImplicitValue: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: MTensor, arg3: *mut MSparseArray) -> c_int>, pub MSparseArray_toMTensor: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MTensor) -> c_int>, pub MSparseArray_fromMTensor: Option<unsafe extern "C" fn(arg1: MTensor, arg2: MTensor, arg3: *mut MSparseArray) -> c_int>, pub MSparseArray_fromExplicitPositions: Option<unsafe extern "C" fn(arg1: MTensor, arg2: MTensor, arg3: MTensor, arg4: MTensor, arg5: *mut MSparseArray) -> c_int>,
}

Fields§

§MSparseArray_clone: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MSparseArray) -> c_int>§MSparseArray_free: Option<unsafe extern "C" fn(arg1: MSparseArray)>§MSparseArray_disown: Option<unsafe extern "C" fn(arg1: MSparseArray)>§MSparseArray_disownAll: Option<unsafe extern "C" fn(arg1: MSparseArray)>§MSparseArray_shareCount: Option<unsafe extern "C" fn(arg1: MSparseArray) -> mint>§MSparseArray_getRank: Option<unsafe extern "C" fn(arg1: MSparseArray) -> mint>§MSparseArray_getDimensions: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *const mint>§MSparseArray_getImplicitValue: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>§MSparseArray_getExplicitValues: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>§MSparseArray_getRowPointers: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>§MSparseArray_getColumnIndices: Option<unsafe extern "C" fn(arg1: MSparseArray) -> *mut MTensor>§MSparseArray_getExplicitPositions: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MTensor) -> c_int>§MSparseArray_resetImplicitValue: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: MTensor, arg3: *mut MSparseArray) -> c_int>§MSparseArray_toMTensor: Option<unsafe extern "C" fn(arg1: MSparseArray, arg2: *mut MTensor) -> c_int>§MSparseArray_fromMTensor: Option<unsafe extern "C" fn(arg1: MTensor, arg2: MTensor, arg3: *mut MSparseArray) -> c_int>§MSparseArray_fromExplicitPositions: Option<unsafe extern "C" fn(arg1: MTensor, arg2: MTensor, arg3: MTensor, arg4: MTensor, arg5: *mut MSparseArray) -> c_int>

Trait Implementations§

source§

impl Clone for st_WolframSparseLibrary_Functions

source§

fn clone(&self) -> st_WolframSparseLibrary_Functions

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for st_WolframSparseLibrary_Functions

source§

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

Formats the value using the given formatter. Read more
source§

impl Copy for st_WolframSparseLibrary_Functions

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere
    T: Clone,

§

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 Twhere
    U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.