Enum gtk_sys::GtkPageOrientation
[−]
[src]
#[repr(C)]pub enum GtkPageOrientation { Portrait, Landscape, ReversePortrait, ReverseLandscape, }
Variants
Portrait
Landscape
ReversePortrait
ReverseLandscape
Trait Implementations
impl Clone for GtkPageOrientation
[src]
fn clone(&self) -> GtkPageOrientation
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