Struct wolfram_library_link_sys::mcomplex
source · [−]Expand description
Platform specific variants in mcomplex.h
Fields
ri: [mreal; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mcomplex
impl Send for mcomplex
impl Sync for mcomplex
impl Unpin for mcomplex
impl UnwindSafe for mcomplex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more