Struct gtk_sys::GtkBorder[][src]

#[repr(C)]
pub struct GtkBorder { pub left: i16, pub right: i16, pub top: i16, pub bottom: i16, }

Fields

Trait Implementations

impl Copy for GtkBorder
[src]

impl Clone for GtkBorder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkBorder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GtkBorder

impl Sync for GtkBorder