pub enum PageFlipStyle {
Automatic,
Manual,
}Expand description
Whether the sign or controller (ODK) is in charge of flipping pages.
Variants§
Automatic
The sign will flip pages itself.
Manual
The controller will notify the sign when to load/show pages.
Trait Implementations§
Source§impl Clone for PageFlipStyle
impl Clone for PageFlipStyle
Source§fn clone(&self) -> PageFlipStyle
fn clone(&self) -> PageFlipStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PageFlipStyle
impl Debug for PageFlipStyle
Source§impl Hash for PageFlipStyle
impl Hash for PageFlipStyle
Source§impl PartialEq for PageFlipStyle
impl PartialEq for PageFlipStyle
impl Copy for PageFlipStyle
impl Eq for PageFlipStyle
impl StructuralPartialEq for PageFlipStyle
Auto Trait Implementations§
impl Freeze for PageFlipStyle
impl RefUnwindSafe for PageFlipStyle
impl Send for PageFlipStyle
impl Sync for PageFlipStyle
impl Unpin for PageFlipStyle
impl UnwindSafe for PageFlipStyle
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