Trait widget::Surfacial [] [src]

pub trait Surfacial {
    fn size(&self) -> (u32, u32);
fn sect(&self, lb: (u32, u32), ub: (u32, u32)) -> &Self;
fn sect_mut(&mut self, lb: (u32, u32), ub: (u32, u32)) -> &mut Self; }

Required Methods

Implementors