[][src]Trait glib::value::ToSendValue

pub trait ToSendValue: Send + ToValue {
    fn to_send_value(&self) -> SendValue;
}

Converts to SendValue.

Required methods

fn to_send_value(&self) -> SendValue

Returns a SendValue clone of self.

Loading content...

Implementations on Foreign Types

impl<T: SetValueOptional + Send + ToValue> ToSendValue for Option<T>[src]

Loading content...

Implementors

impl ToSendValue for SendValue[src]

impl<T: ?Sized + SetValue + Send + ToValue> ToSendValue for T[src]

Loading content...