Enum gtk_sys::GtkAssistantPageType
[−]
[src]
#[repr(C)]pub enum GtkAssistantPageType { Content, Intro, Confirm, Summary, Progress, Custom, }
Variants
Content
Intro
Confirm
Summary
Progress
Custom
Trait Implementations
impl Clone for GtkAssistantPageType
[src]
fn clone(&self) -> GtkAssistantPageType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more