Trait glib::value::ToSendValue [−][src]
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]
impl<T: SetValueOptional + Send + ToValue> ToSendValue for Option<T>
fn to_send_value(&self) -> SendValue
[src]
fn to_send_value(&self) -> SendValue