Struct glib::ValueArray [−][src]
pub struct ValueArray(_);
Implementations
Trait Implementations
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for ValueArray
impl !Send for ValueArray
impl !Sync for ValueArray
impl Unpin for ValueArray
impl UnwindSafe for ValueArray
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,