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