Struct enimda::Borders [] [src]

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

Borders location

Fields

Border offset from the top

Border offset from the right

Border offset from the bottom

Border offset from the left

Trait Implementations

impl Debug for Borders
[src]

Formats the value using the given formatter.

impl PartialEq for Borders
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.