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