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§
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>
Object Safety§
This trait is not object safe.