Struct glib::value::SendValue [−][src]
#[repr(transparent)]pub struct SendValue(_);
Expand description
A version of Value for storing Send types, that implements Send
itself.
See the module documentation for more details.
Implementations
Methods from Deref<Target = Value>
Tries to get a value of type T.
Returns Ok if the type is correct.
Returns true if the type of the value corresponds to T
or is a sub-type of T.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SendValueimpl UnwindSafe for SendValueBlanket Implementations
Mutably borrows from an owned value. Read more