#[repr(C)]
pub struct MYSOFA_HRTF {
Show 17 fields pub I: c_uint, pub C: c_uint, pub R: c_uint, pub E: c_uint, pub N: c_uint, pub M: c_uint, pub ListenerPosition: MYSOFA_ARRAY, pub ReceiverPosition: MYSOFA_ARRAY, pub SourcePosition: MYSOFA_ARRAY, pub EmitterPosition: MYSOFA_ARRAY, pub ListenerUp: MYSOFA_ARRAY, pub ListenerView: MYSOFA_ARRAY, pub DataIR: MYSOFA_ARRAY, pub DataSamplingRate: MYSOFA_ARRAY, pub DataDelay: MYSOFA_ARRAY, pub attributes: *mut MYSOFA_ATTRIBUTE, pub variables: *mut MYSOFA_VARIABLE,
}

Fields

I: c_uintC: c_uintR: c_uintE: c_uintN: c_uintM: c_uintListenerPosition: MYSOFA_ARRAYReceiverPosition: MYSOFA_ARRAYSourcePosition: MYSOFA_ARRAYEmitterPosition: MYSOFA_ARRAYListenerUp: MYSOFA_ARRAYListenerView: MYSOFA_ARRAYDataIR: MYSOFA_ARRAYDataSamplingRate: MYSOFA_ARRAYDataDelay: MYSOFA_ARRAYattributes: *mut MYSOFA_ATTRIBUTEvariables: *mut MYSOFA_VARIABLE

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.