#[repr(C)]pub struct _complex {
pub x: f64,
pub y: f64,
}
Fields§
§x: f64
§y: f64
Trait Implementations§
Source§impl PartialOrd for _complex
impl PartialOrd for _complex
impl Copy for _complex
impl StructuralPartialEq for _complex
Auto Trait Implementations§
impl Freeze for _complex
impl RefUnwindSafe for _complex
impl Send for _complex
impl Sync for _complex
impl Unpin for _complex
impl UnwindSafe for _complex
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