#[repr(C)]pub struct constdata_s {
pub s: f32,
pub d: f64,
pub c: scomplex,
pub z: dcomplex,
pub i: gint_t,
}Fields§
§s: f32§d: f64§c: scomplex§z: dcomplex§i: gint_tTrait Implementations§
Source§impl Clone for constdata_s
impl Clone for constdata_s
Source§fn clone(&self) -> constdata_s
fn clone(&self) -> constdata_s
Returns a copy 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 constdata_s
impl Debug for constdata_s
impl Copy for constdata_s
Auto Trait Implementations§
impl Freeze for constdata_s
impl RefUnwindSafe for constdata_s
impl Send for constdata_s
impl Sync for constdata_s
impl Unpin for constdata_s
impl UnwindSafe for constdata_s
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