Struct paragraph_breaker::Breakpoint[][src]

pub struct Breakpoint {
    pub index: usize,
    pub ratio: f32,
    pub width: i32,
}

Fields

Trait Implementations

impl Debug for Breakpoint
[src]

Formats the value using the given formatter. Read more

impl Copy for Breakpoint
[src]

impl Clone for Breakpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Breakpoint

impl Sync for Breakpoint