pub trait GrayCodePattern_ParamsTraitConst {
    // Required method
    fn as_raw_GrayCodePattern_Params(&self) -> *const c_void;

    // Provided methods
    fn width(&self) -> i32 { ... }
    fn height(&self) -> i32 { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn width(&self) -> i32

source

fn height(&self) -> i32

Implementors§