Type Alias DynIconSurface

Source
pub type DynIconSurface = IconSurface<Box<dyn Any>>;

Aliased Type§

pub struct DynIconSurface {
    pub element: Box<dyn Any>,
    pub state: State,
    pub offset: Vector,
}

Fields§

§element: Box<dyn Any>§state: State§offset: Vector