Struct prototty_common::Align [] [src]

pub struct Align {
    pub size: Size,
    pub x_alignment: Alignment,
    pub y_alignment: Alignment,
}

Fields

Methods

impl Align
[src]

[src]

Trait Implementations

impl Debug for Align
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Copy for Align
[src]

Auto Trait Implementations

impl Send for Align

impl Sync for Align