Skip to main content

CMapTo

Trait CMapTo 

Source
pub trait CMapTo<Out> {
    // Required method
    fn c_map_to(self) -> Out;
}

Required Methods§

Source

fn c_map_to(self) -> Out

Implementations on Foreign Types§

Source§

impl CMapTo<bool> for bool

Source§

impl CMapTo<f32> for f32

Source§

fn c_map_to(self) -> f32

Source§

impl CMapTo<f64> for f64

Source§

fn c_map_to(self) -> f64

Source§

impl CMapTo<i32> for bool

Source§

fn c_map_to(self) -> i32

Source§

impl CMapTo<i32> for i32

Source§

fn c_map_to(self) -> i32

Source§

impl CMapTo<i64> for i64

Source§

fn c_map_to(self) -> i64

Source§

impl CMapTo<u64> for u64

Source§

fn c_map_to(self) -> u64

Source§

impl CMapTo<usize> for usize

Implementors§