Struct gtk_sys::GtkViewport[][src]

#[repr(C)]
pub struct GtkViewport { pub bin: GtkBin, pub priv_: *mut GtkViewportPrivate, }

Fields

Trait Implementations

impl Copy for GtkViewport
[src]

impl Clone for GtkViewport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkViewport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkViewport

impl !Sync for GtkViewport