#[repr(C)]pub struct mxComplexDouble {
pub real: f64,
pub imag: f64,
}Fields§
§real: f64§imag: f64Trait Implementations§
Source§impl Clone for mxComplexDouble
impl Clone for mxComplexDouble
Source§fn clone(&self) -> mxComplexDouble
fn clone(&self) -> mxComplexDouble
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 moreSource§impl Debug for mxComplexDouble
impl Debug for mxComplexDouble
impl Copy for mxComplexDouble
Auto Trait Implementations§
impl Freeze for mxComplexDouble
impl RefUnwindSafe for mxComplexDouble
impl Send for mxComplexDouble
impl Sync for mxComplexDouble
impl Unpin for mxComplexDouble
impl UnwindSafe for mxComplexDouble
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