pub trait ImageBitmapMethods {
    // Required methods
    fn Width(&self) -> u32;
    fn Height(&self) -> u32;
}

Required Methods§

source

fn Width(&self) -> u32

source

fn Height(&self) -> u32

Implementors§