[][src]Struct sulis_state::area_feedback_text::Params

pub struct Params {
    pub font: Rc<Font>,
    pub scale: f32,
    pub ap_scale: f32,
    pub ap_color: Color,
    pub info_color: Color,
    pub miss_color: Color,
    pub hit_color: Color,
    pub heal_color: Color,
    pub damage_colors: [Color; 8],
    pub concealment_icon: Rc<dyn Image>,
    pub backstab_icon: Rc<dyn Image>,
    pub flanking_icon: Rc<dyn Image>,
    pub crit_icon: Rc<dyn Image>,
    pub hit_icon: Rc<dyn Image>,
    pub graze_icon: Rc<dyn Image>,
}

Fields

font: Rc<Font>scale: f32ap_scale: f32ap_color: Colorinfo_color: Colormiss_color: Colorhit_color: Colorheal_color: Colordamage_colors: [Color; 8]concealment_icon: Rc<dyn Image>backstab_icon: Rc<dyn Image>flanking_icon: Rc<dyn Image>crit_icon: Rc<dyn Image>hit_icon: Rc<dyn Image>graze_icon: Rc<dyn Image>

Trait Implementations

impl Default for Params[src]

Auto Trait Implementations

impl !RefUnwindSafe for Params

impl !Send for Params

impl !Sync for Params

impl Unpin for Params

impl !UnwindSafe for Params

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]