Enum coded_chars::presentation::PathEffect
source · pub enum PathEffect {
Undefined,
UpdatePresentation,
UpdateData,
}
Variants§
Undefined
Implementation dependant.
UpdatePresentation
The content of the active line in the presentation component (the line that contains the active presentation position) is updated to correspond to the content of the active line in the data component (the line that contains the active data position) according to the newly established character path characteristics in the presentation component; the active data position is moved to the first character position in the active line in the data component, the active presentation position in the presentation component is updated accordingly.
UpdateData
The content of the active line in the data component (the line that contains the active data position) is updated to correspond to the content of the active line in the presentation component (the line that contains the active presentation position) according to the newly established character path characteristics of the presentation component; the active presentation position is moved to the first character position in the active line in the presentation component, the active data position in the data component is updated accordingly.
Trait Implementations§
source§impl Clone for PathEffect
impl Clone for PathEffect
source§fn clone(&self) -> PathEffect
fn clone(&self) -> PathEffect
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PathEffect
impl Debug for PathEffect
source§impl Display for PathEffect
impl Display for PathEffect
impl Copy for PathEffect
Auto Trait Implementations§
impl Freeze for PathEffect
impl RefUnwindSafe for PathEffect
impl Send for PathEffect
impl Sync for PathEffect
impl Unpin for PathEffect
impl UnwindSafe for PathEffect
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)