pub enum PredefinedPageOrientation {
Portrait,
Landscape,
ReversePortrait,
ReverseLandscape,
}Expand description
Represents a predefined page orientation.
Variants§
Trait Implementations§
Source§impl Clone for PredefinedPageOrientation
impl Clone for PredefinedPageOrientation
Source§fn clone(&self) -> PredefinedPageOrientation
fn clone(&self) -> PredefinedPageOrientation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PredefinedPageOrientation
Source§impl Debug for PredefinedPageOrientation
impl Debug for PredefinedPageOrientation
impl Eq for PredefinedPageOrientation
Source§impl FromStr for PredefinedPageOrientation
impl FromStr for PredefinedPageOrientation
Source§impl Hash for PredefinedPageOrientation
impl Hash for PredefinedPageOrientation
impl StructuralPartialEq for PredefinedPageOrientation
Auto Trait Implementations§
impl Freeze for PredefinedPageOrientation
impl RefUnwindSafe for PredefinedPageOrientation
impl Send for PredefinedPageOrientation
impl Sync for PredefinedPageOrientation
impl Unpin for PredefinedPageOrientation
impl UnsafeUnpin for PredefinedPageOrientation
impl UnwindSafe for PredefinedPageOrientation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more