Struct descartes::Band[][src]

pub struct Band {
    pub path: LinePath,
    pub width_left: N,
    pub width_right: N,
}

Fields

Methods

impl Band
[src]

Trait Implementations

impl Clone for Band
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Band

impl Sync for Band