Trait gtk::prelude::ToSendValue [−][src]
Converts to SendValue.
Required methods
pub fn to_send_value(&self) -> SendValue[src]
Returns a SendValue clone of self.
Implementations on Foreign Types
impl ToSendValue for SendValue[src]
pub fn to_send_value(&self) -> SendValue[src]
impl<T> ToSendValue for Option<T> where
T: SetValueOptional + Send + ToValue, [src]
T: SetValueOptional + Send + ToValue,
pub fn to_send_value(&self) -> SendValue[src]
Implementors
impl<T> ToSendValue for T where
T: SetValue + Send + ToValue + ?Sized, [src]
T: SetValue + Send + ToValue + ?Sized,