Struct gtk_sys::GtkViewport [−][src]
#[repr(C)]pub struct GtkViewport { pub bin: GtkBin, pub priv_: *mut GtkViewportPrivate, }
Fields
bin: GtkBinpriv_: *mut GtkViewportPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkViewportimpl !Send for GtkViewportimpl !Sync for GtkViewportimpl Unpin for GtkViewportimpl UnwindSafe for GtkViewportBlanket Implementations
Mutably borrows from an owned value. Read more