pub trait GFrameDescTraitConst {
    fn as_raw_GFrameDesc(&self) -> *const c_void;

    fn fmt(&self) -> MediaFormat { ... }
    fn size(&self) -> Size { ... }
    fn equals(&self, unnamed: &GFrameDesc) -> Result<bool> { ... }
}
Expand description

Constant methods for crate::gapi::GFrameDesc

Required Methods§

Provided Methods§

Implementors§