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