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 str
Show fields
Fields of ValueGetError
name: &'static str
type_mismatch_error: ValueTypeMismatchOrNoneError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetError
impl UnwindSafe for GetError
Blanket Implementations
Mutably borrows from an owned value. Read more