Enum gtk::PageOrientation
[−]
[src]
pub enum PageOrientation { Portrait, Landscape, ReversePortrait, ReverseLandscape, // some variants omitted }
Variants
Portrait
Landscape
ReversePortrait
ReverseLandscape
Trait Implementations
impl Clone for PageOrientation
[src]
fn clone(&self) -> PageOrientation
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
impl Copy for PageOrientation
[src]
impl Debug for PageOrientation
[src]
impl Eq for PageOrientation
[src]
impl PartialEq for PageOrientation
[src]
fn eq(&self, __arg_0: &PageOrientation) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PageOrientation) -> bool
This method tests for !=
.