Trait rusty_duplication::utils::OutputDescExt
source · pub trait OutputDescExt {
// Required methods
fn width(&self) -> u32;
fn height(&self) -> u32;
fn calc_buffer_size(&self) -> usize;
}pub trait OutputDescExt {
// Required methods
fn width(&self) -> u32;
fn height(&self) -> u32;
fn calc_buffer_size(&self) -> usize;
}