Struct kg_display::fmt::FillAlign[][src]

pub struct FillAlign { /* fields omitted */ }

Trait Implementations

impl Debug for FillAlign
[src]

Formats the value using the given formatter. Read more

impl Clone for FillAlign
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FillAlign
[src]

impl Display for FillAlign
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FillAlign

impl Sync for FillAlign