[][src]Trait gst::FromGValue

pub trait FromGValue {
    fn from_gvalue(value: &GValue) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn from_gvalue(value: &GValue) -> Option<Self> where
    Self: Sized

Loading content...

Implementors

impl FromGValue for Element[src]

Loading content...