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