Trait opencv::core::prelude::PlatformInfoTrait
source · pub trait PlatformInfoTrait: PlatformInfoTraitConst {
// Required method
fn as_raw_mut_PlatformInfo(&mut self) -> *mut c_void;
// Provided methods
fn set(&mut self, i: &PlatformInfo) -> Result<()> { ... }
fn set_1(&mut self, i: PlatformInfo) { ... }
}Expand description
Mutable methods for core::PlatformInfo