pub struct Complex {
pub real: f32,
pub imag: f32,
}Fields§
§real: f32§imag: f32Trait Implementations§
Source§impl Into<FMOD_COMPLEX> for Complex
impl Into<FMOD_COMPLEX> for Complex
Source§fn into(self) -> FMOD_COMPLEX
fn into(self) -> FMOD_COMPLEX
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Complex
impl RefUnwindSafe for Complex
impl Send for Complex
impl Sync for Complex
impl Unpin for Complex
impl UnwindSafe for 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