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 Copy for GtkViewport
impl Clone for GtkViewport
[src]
impl Clone for GtkViewport
fn clone(&self) -> GtkViewport
[src]
fn clone(&self) -> GtkViewport
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkViewport
[src]
impl Debug for GtkViewport
Auto Trait Implementations
impl !Send for GtkViewport
impl !Send for GtkViewport
impl !Sync for GtkViewport
impl !Sync for GtkViewport