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 GtkViewportimpl Clone for GtkViewport[src]
impl Clone for GtkViewportfn clone(&self) -> GtkViewport[src]
fn clone(&self) -> GtkViewportReturns 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 GtkViewportAuto Trait Implementations
impl !Send for GtkViewport
impl !Send for GtkViewportimpl !Sync for GtkViewport
impl !Sync for GtkViewport