Trait opencv::prelude::RNGTraitConst
source · pub trait RNGTraitConst {
// Required method
fn as_raw_RNG(&self) -> *const c_void;
// Provided methods
fn state(&self) -> u64 { ... }
fn equals(&self, other: &impl RNGTraitConst) -> Result<bool> { ... }
}
Expand description
Constant methods for core::RNG
Required Methods§
fn as_raw_RNG(&self) -> *const c_void
Provided Methods§
Object Safety§
This trait is not object safe.