Fields
real: f32
imag: f32
Trait Implementations
sourceimpl Into<FMOD_COMPLEX> for Complex
impl Into<FMOD_COMPLEX> for Complex
sourcefn into(self) -> FMOD_COMPLEX
fn into(self) -> FMOD_COMPLEX
Converts this type into the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for Complex
impl Send for Complex
impl Sync for Complex
impl Unpin for Complex
impl UnwindSafe for Complex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more