#[repr(C)]pub struct FMOD_COMPLEX {
pub real: f32,
pub imag: f32,
}
Fields§
§real: f32
§imag: f32
Trait 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 moreimpl Copy 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