pub enum DisplayArea {
EntireDisplay,
LowerOnly,
}Expand description
Display area setting for incoming APRS data.
Variants§
EntireDisplay
Show APRS data on the entire display.
LowerOnly
Show APRS data in the lower portion only.
Trait Implementations§
Source§impl Clone for DisplayArea
impl Clone for DisplayArea
Source§fn clone(&self) -> DisplayArea
fn clone(&self) -> DisplayArea
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 DisplayArea
impl Debug for DisplayArea
Source§impl Hash for DisplayArea
impl Hash for DisplayArea
Source§impl PartialEq for DisplayArea
impl PartialEq for DisplayArea
impl Copy for DisplayArea
impl Eq for DisplayArea
impl StructuralPartialEq for DisplayArea
Auto Trait Implementations§
impl Freeze for DisplayArea
impl RefUnwindSafe for DisplayArea
impl Send for DisplayArea
impl Sync for DisplayArea
impl Unpin for DisplayArea
impl UnwindSafe for DisplayArea
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