Struct sleef_sys::Sleef_double2[][src]

#[repr(C)]
pub struct Sleef_double2 { pub x: f64, pub y: f64, }

Fields

Trait Implementations

impl Debug for Sleef_double2
[src]

Formats the value using the given formatter. Read more

impl Copy for Sleef_double2
[src]

impl Clone for Sleef_double2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations