Trait opencv::prelude::GFrameDescTraitConst

source ·
pub trait GFrameDescTraitConst {
    // Required method
    fn as_raw_GFrameDesc(&self) -> *const c_void;

    // Provided methods
    fn fmt(&self) -> MediaFormat { ... }
    fn size(&self) -> Size { ... }
    fn equals(&self, unnamed: &impl GFrameDescTraitConst) -> Result<bool> { ... }
}
Expand description

Constant methods for crate::gapi::GFrameDesc

Required Methods§

Provided Methods§

source

fn fmt(&self) -> MediaFormat

source

fn size(&self) -> Size

source

fn equals(&self, unnamed: &impl GFrameDescTraitConst) -> Result<bool>

Object Safety§

This trait is not object safe.

Implementors§