Struct AVComplexFloat
#[repr(C)]pub struct AVComplexFloat {
    pub re: f32,
    pub im: f32,
}Fields§
§re: f32§im: f32Trait Implementations§
§impl Clone for AVComplexFloat
 
impl Clone for AVComplexFloat
§fn clone(&self) -> AVComplexFloat
 
fn clone(&self) -> AVComplexFloat
Returns a copy 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 more§impl Debug for AVComplexFloat
 
impl Debug for AVComplexFloat
impl Copy for AVComplexFloat
Auto Trait Implementations§
impl Freeze for AVComplexFloat
impl RefUnwindSafe for AVComplexFloat
impl Send for AVComplexFloat
impl Sync for AVComplexFloat
impl Unpin for AVComplexFloat
impl UnwindSafe for AVComplexFloat
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