Struct glib::value::BoxedValue [−][src]
pub struct BoxedValue(pub Value);
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
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>Value type checker.
Get the contained value from a Value. Read more
Returns the type identifier of Self.
Convert an Option to a Value.
type Type = BoxedValue
type Type = BoxedValueType to get the Type from. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoxedValueimpl !Send for BoxedValueimpl !Sync for BoxedValueimpl Unpin for BoxedValueimpl UnwindSafe for BoxedValueBlanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,