[][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.

Implementations on Foreign Types

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

Implementors

impl ToSendValue for SendValue[src][]

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