Struct gtk_sys::GtkAssistant [−][src]
#[repr(C)]pub struct GtkAssistant { pub parent: GtkWindow, pub priv_: *mut GtkAssistantPrivate, }
Fields
parent: GtkWindow
priv_: *mut GtkAssistantPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAssistant
impl !Send for GtkAssistant
impl !Sync for GtkAssistant
impl Unpin for GtkAssistant
impl UnwindSafe for GtkAssistant
Blanket Implementations
Mutably borrows from an owned value. Read more