#[repr(C)]pub struct AVComplexDouble {
pub re: f64,
pub im: f64,
}Fields§
§re: f64§im: f64Trait Implementations§
Source§impl Clone for AVComplexDouble
impl Clone for AVComplexDouble
Source§fn clone(&self) -> AVComplexDouble
fn clone(&self) -> AVComplexDouble
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 AVComplexDouble
Source§impl Debug for AVComplexDouble
impl Debug for AVComplexDouble
Source§impl PartialEq for AVComplexDouble
impl PartialEq for AVComplexDouble
impl StructuralPartialEq for AVComplexDouble
Auto Trait Implementations§
impl Freeze for AVComplexDouble
impl RefUnwindSafe for AVComplexDouble
impl Send for AVComplexDouble
impl Sync for AVComplexDouble
impl Unpin for AVComplexDouble
impl UnsafeUnpin for AVComplexDouble
impl UnwindSafe for AVComplexDouble
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