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