Struct enimda::Borders
[−]
[src]
pub struct Borders {
pub top: u32,
pub right: u32,
pub bottom: u32,
pub left: u32,
}Borders location
Fields
top: u32
Border offset from the top
right: u32
Border offset from the right
bottom: u32
Border offset from the bottom
left: u32
Border offset from the left