Struct prototty_common::BorderPadding [] [src]

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

The space in cells between the edge of the bordered area and the element inside.

Fields

Trait Implementations

impl Default for BorderPadding
[src]

[src]

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

impl Debug for BorderPadding
[src]

[src]

Formats the value using the given formatter.

impl Clone for BorderPadding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more