#[repr(C)]pub struct dcomplex {
pub real: f64,
pub imag: f64,
}Fields§
§real: f64§imag: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for dcomplex
impl RefUnwindSafe for dcomplex
impl Send for dcomplex
impl Sync for dcomplex
impl Unpin for dcomplex
impl UnwindSafe for dcomplex
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