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