[−][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) -> SendValue
[−]Returns a SendValue
clone of self
.
impl<T: SetValueOptional + Send + ToValue> ToSendValue for Option<T>
[src][−]fn to_send_value(&self) -> SendValue
[src]