Struct embedded_text::style::vertical_overdraw::FullRowsOnly [−][src]
pub struct FullRowsOnly;
Only render full rows of text.
Trait Implementations
impl Clone for FullRowsOnly[src]
impl Clone for FullRowsOnly[src]fn clone(&self) -> FullRowsOnly[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FullRowsOnly[src]
impl Copy for FullRowsOnly[src]impl VerticalOverdraw for FullRowsOnly[src]
impl VerticalOverdraw for FullRowsOnly[src]Auto Trait Implementations
impl RefUnwindSafe for FullRowsOnly
impl RefUnwindSafe for FullRowsOnlyimpl Send for FullRowsOnly
impl Send for FullRowsOnlyimpl Sync for FullRowsOnly
impl Sync for FullRowsOnlyimpl Unpin for FullRowsOnly
impl Unpin for FullRowsOnlyimpl UnwindSafe for FullRowsOnly
impl UnwindSafe for FullRowsOnly