#[repr(C)]pub struct FMOD_COMPLEX {
pub real: f32,
pub imag: f32,
}Fields§
§real: f32§imag: f32Trait Implementations§
Source§impl Clone for FMOD_COMPLEX
impl Clone for FMOD_COMPLEX
Source§fn clone(&self) -> FMOD_COMPLEX
fn clone(&self) -> FMOD_COMPLEX
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FMOD_COMPLEX
impl Debug for FMOD_COMPLEX
Source§impl Default for FMOD_COMPLEX
impl Default for FMOD_COMPLEX
Source§fn default() -> FMOD_COMPLEX
fn default() -> FMOD_COMPLEX
Returns the “default value” for a type. Read more
Source§impl PartialEq for FMOD_COMPLEX
impl PartialEq for FMOD_COMPLEX
impl Copy for FMOD_COMPLEX
impl StructuralPartialEq for FMOD_COMPLEX
Auto Trait Implementations§
impl Freeze for FMOD_COMPLEX
impl RefUnwindSafe for FMOD_COMPLEX
impl Send for FMOD_COMPLEX
impl Sync for FMOD_COMPLEX
impl Unpin for FMOD_COMPLEX
impl UnwindSafe for FMOD_COMPLEX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more