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