#[repr(C)]pub struct creal32_T {
pub re: real32_T,
pub im: real32_T,
}Fields§
§re: real32_T§im: real32_TTrait Implementations§
impl Copy for creal32_T
Auto Trait Implementations§
impl Freeze for creal32_T
impl RefUnwindSafe for creal32_T
impl Send for creal32_T
impl Sync for creal32_T
impl Unpin for creal32_T
impl UnwindSafe for creal32_T
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