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
Auto Trait Implementations
impl RefUnwindSafe for GtkViewport
impl !Send for GtkViewport
impl !Sync for GtkViewport
impl Unpin for GtkViewport
impl UnwindSafe for GtkViewport
Blanket Implementations
Mutably borrows from an owned value. Read more