Trait glib::value::ToSendValue [−][src]
pub trait ToSendValue: Send + ToValue { fn to_send_value(&self) -> SendValue; }
Expand description
Converts to SendValue
.
Required methods
fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a SendValue
clone of self
.