Enum gtk_sys::GtkPageSet
[−]
[src]
#[repr(C)]pub enum GtkPageSet { All, Even, Odd, }
Variants
All
Even
Odd
Trait Implementations
impl Clone for GtkPageSet
[src]
fn clone(&self) -> GtkPageSet
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