Struct gtk_sys::GtkBorder
[−]
[src]
#[repr(C)]pub struct GtkBorder { pub left: i16, pub right: i16, pub top: i16, pub bottom: i16, }
Fields
left: i16
right: i16
top: i16
bottom: i16
Trait Implementations
impl Copy for GtkBorder
[src]
impl Clone for GtkBorder
[src]
fn clone(&self) -> GtkBorder
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more