Enum flipdot_core::PageFlipStyle
source · 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 copy 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
source§fn eq(&self, other: &PageFlipStyle) -> bool
fn eq(&self, other: &PageFlipStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PageFlipStyle
impl Eq for PageFlipStyle
impl StructuralPartialEq for PageFlipStyle
Auto Trait Implementations§
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