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