Enum afi_docf::Align [] [src]

#[repr(u8)]
pub enum Align { Left, Centered, Right, Justified, }

Text alignment

Variants

Left aligned

Horizontally centered

Right aligned

Justified

Trait Implementations

impl PartialEq for Align
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for Align
[src]

impl Clone for Align
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more