Struct opencv::core::CvRNG [] [src]

pub struct CvRNG {
    pub data: i64,
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for CvRNG

fn eq(&self, __arg_0: &CvRNG) -> bool

fn ne(&self, __arg_0: &CvRNG) -> bool

impl Debug for CvRNG

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for CvRNG

fn clone(&self) -> CvRNG

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for CvRNG