#[repr(C)]pub struct npy_cdouble {
pub real: f64,
pub imag: f64,
}
Fields§
§real: f64
§imag: f64
Trait Implementations§
Source§impl Clone for npy_cdouble
impl Clone for npy_cdouble
Source§fn clone(&self) -> npy_cdouble
fn clone(&self) -> npy_cdouble
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for npy_cdouble
impl Debug for npy_cdouble
impl Copy for npy_cdouble
Auto Trait Implementations§
impl Freeze for npy_cdouble
impl RefUnwindSafe for npy_cdouble
impl Send for npy_cdouble
impl Sync for npy_cdouble
impl Unpin for npy_cdouble
impl UnwindSafe for npy_cdouble
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