[−][src]Trait glib::value::ToSendValue
Converts to SendValue.
Required methods
fn to_send_value(&self) -> SendValue
Returns a SendValue clone of self.
Converts to SendValue.
fn to_send_value(&self) -> SendValueReturns a SendValue clone of self.
impl<T: SetValueOptional + Send + ToValue> ToSendValue for Option<T>[src]fn to_send_value(&self) -> SendValue[src]impl ToSendValue for SendValue[src]fn to_send_value(&self) -> SendValue[src]impl<T: ?Sized + SetValue + Send + ToValue> ToSendValue for T[src]fn to_send_value(&self) -> SendValue[src]