Enum elmesque::element::ImageStyle [−] [src]

pub enum ImageStyle {
    Plain,
    Fitted,
    Cropped(i32, i32),
    Tiled,
}

Styling for the Image Element.

Variants

Plain
Fitted
Cropped
Tiled

Trait Implementations

Derived Implementations

impl Debug for ImageStyle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ImageStyle

fn clone(&self) -> ImageStyle

fn clone_from(&mut self, source: &Self)

impl Copy for ImageStyle