Trait IntoC64

Source
pub trait IntoC64 {
    // Required method
    fn into_c64(self) -> c64;
}

Required Methods§

Source

fn into_c64(self) -> c64

Implementations on Foreign Types§

Source§

impl IntoC64 for f32

Source§

fn into_c64(self) -> c64

Source§

impl IntoC64 for f64

Source§

fn into_c64(self) -> c64

Source§

impl<T: Into<f64>, U: Into<f64>> IntoC64 for (T, U)

Source§

fn into_c64(self) -> c64

Implementors§