#[repr(C)]pub struct AVComplexFloat {
pub re: f32,
pub im: f32,
}Fields§
§re: f32§im: f32Trait Implementations§
Source§impl Clone for AVComplexFloat
impl Clone for AVComplexFloat
Source§fn clone(&self) -> AVComplexFloat
fn clone(&self) -> AVComplexFloat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVComplexFloat
Source§impl Debug for AVComplexFloat
impl Debug for AVComplexFloat
Source§impl PartialEq for AVComplexFloat
impl PartialEq for AVComplexFloat
impl StructuralPartialEq 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 UnsafeUnpin 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