Enum gstreamer::structure::GetError [−][src]
pub enum GetError {
FieldNotFound {
name: &'static str,
},
ValueGetError {
name: &'static str,
type_mismatch_error: ValueTypeMismatchOrNoneError,
},
}Variants
Show fields
Fields of FieldNotFound
name: &'static strShow fields
Fields of ValueGetError
name: &'static strtype_mismatch_error: ValueTypeMismatchOrNoneErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetErrorimpl UnwindSafe for GetErrorBlanket Implementations
Mutably borrows from an owned value. Read more