Struct elmesque::element::Properties [−] [src]

pub struct Properties {
    pub id: Guid,
    pub width: i32,
    pub height: i32,
    pub opacity: f32,
    pub color: Option<Color>,
}

An Element's Properties.

Fields

id
width
height
opacity
color

Trait Implementations

Derived Implementations

impl Debug for Properties

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

impl Clone for Properties

fn clone(&self) -> Properties

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