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