#[repr(C)]pub struct mcomplex {
pub ri: [mreal; 2],
}Fields§
§ri: [mreal; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for mcomplex
impl RefUnwindSafe for mcomplex
impl Send for mcomplex
impl Sync for mcomplex
impl Unpin for mcomplex
impl UnwindSafe for mcomplex
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