Trait gst::FromGValue [−][src]
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,
Self: Sized,
Implementors
impl FromGValue for Element