pub enum PageDirection {
Portrait,
Landscape,
}Expand description
Direction of page.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageDirection
impl RefUnwindSafe for PageDirection
impl Send for PageDirection
impl Sync for PageDirection
impl Unpin for PageDirection
impl UnwindSafe for PageDirection
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