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