Enum nanovg::Solidity[][src]

pub enum Solidity {
    Hole,
    Solid,
}

Variants

Trait Implementations

impl Copy for Solidity
[src]

impl Clone for Solidity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Solidity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Solidity

impl Sync for Solidity