[−][src]Enum embedded_text::rendering::State
State variable used by the right aligned text renderer.
Variants
Starts processing a line.
DrawLine(StyledLinePixelIterator<'a, C, F, SP, A, V, H>)Renders the processed line.
Trait Implementations
impl<'a, C: Debug, F: Debug, SP: Debug, A: Debug, V: Debug, H: Debug> Debug for State<'a, C, F, SP, A, V, H> where
C: PixelColor,
F: Font + Copy, [src]
C: PixelColor,
F: Font + Copy,
Auto Trait Implementations
impl<'a, C, F, SP, A, V, H> RefUnwindSafe for State<'a, C, F, SP, A, V, H> where
A: RefUnwindSafe,
C: RefUnwindSafe,
F: RefUnwindSafe,
H: RefUnwindSafe,
SP: RefUnwindSafe,
V: RefUnwindSafe,
A: RefUnwindSafe,
C: RefUnwindSafe,
F: RefUnwindSafe,
H: RefUnwindSafe,
SP: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, C, F, SP, A, V, H> Send for State<'a, C, F, SP, A, V, H> where
A: Send,
C: Send,
F: Send,
H: Send,
SP: Send,
V: Send,
A: Send,
C: Send,
F: Send,
H: Send,
SP: Send,
V: Send,
impl<'a, C, F, SP, A, V, H> Sync for State<'a, C, F, SP, A, V, H> where
A: Sync,
C: Sync,
F: Sync,
H: Sync,
SP: Sync,
V: Sync,
A: Sync,
C: Sync,
F: Sync,
H: Sync,
SP: Sync,
V: Sync,
impl<'a, C, F, SP, A, V, H> Unpin for State<'a, C, F, SP, A, V, H> where
A: Unpin,
C: Unpin,
F: Unpin,
H: Unpin,
SP: Unpin,
V: Unpin,
A: Unpin,
C: Unpin,
F: Unpin,
H: Unpin,
SP: Unpin,
V: Unpin,
impl<'a, C, F, SP, A, V, H> UnwindSafe for State<'a, C, F, SP, A, V, H> where
A: UnwindSafe,
C: UnwindSafe,
F: UnwindSafe,
H: UnwindSafe,
SP: UnwindSafe,
V: UnwindSafe,
A: UnwindSafe,
C: UnwindSafe,
F: UnwindSafe,
H: UnwindSafe,
SP: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,