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