Struct gtk_sys::GtkViewport
[−]
[src]
#[repr(C)]pub struct GtkViewport { pub bin: GtkBin, pub priv_: *mut GtkViewportPrivate, }
Fields
bin: GtkBin
priv_: *mut GtkViewportPrivate
Trait Implementations
impl Copy for GtkViewport
[src]
impl Clone for GtkViewport
[src]
fn clone(&self) -> GtkViewport
[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