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

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

Converts to SendValue.

Required Methods

Returns a SendValue clone of self.

Implementations on Foreign Types

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

Implementors