Enum gstreamer::StateChangeSuccess [−][src]
pub enum StateChangeSuccess { Success, Async, NoPreroll, }
Variants
Trait Implementations
Performs the conversion.
type Error = StateChangeError
unsafe fn try_from_glib(
val: GstStateChangeReturn
) -> Result<StateChangeSuccess, StateChangeError>
[src]Auto Trait Implementations
impl RefUnwindSafe for StateChangeSuccess
impl Send for StateChangeSuccess
impl Sync for StateChangeSuccess
impl Unpin for StateChangeSuccess
impl UnwindSafe for StateChangeSuccess
Blanket Implementations
Mutably borrows from an owned value. Read more