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