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