Struct prototty_elements::BorderPadding [] [src]

pub struct BorderPadding {
    pub top: u16,
    pub bottom: u16,
    pub left: u16,
    pub right: u16,
}

Fields

Trait Implementations

impl Default for BorderPadding
[src]

[src]

Returns the "default value" for a type. Read more