Struct emacs::Value
[−]
[src]
#[repr(C)]pub struct Value { /* fields omitted */ }
Methods
impl Value
[src]
fn to_owned<T: FromLisp>(&self, env: &Env) -> Result<T>
[src]
fn to_ref<T: Transfer>(&self, env: &Env) -> Result<&T>
[src]
fn into_mut<T: Transfer>(self, env: &Env) -> Result<&mut T>
[src]
Trait Implementations
impl Debug for Value
[src]
impl From<emacs_value> for Value
[src]
fn from(raw: emacs_value) -> Self
[src]
Performs the conversion.