Trait gst::FromGValue [] [src]

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

Required Methods

Implementors