[][src]Trait auxtools::raw_types::values::IntoRawValue

pub trait IntoRawValue {
    pub unsafe fn into_raw_value(self) -> Value;
}

Required methods

pub unsafe fn into_raw_value(self) -> Value[src]

Loading content...

Implementations on Foreign Types

impl IntoRawValue for f32[src]

Loading content...

Implementors

impl<'_> IntoRawValue for &'_ List[src]

impl<'_> IntoRawValue for &'_ Value[src]

Loading content...