Enum osqp::PolishStatus[][src]

pub enum PolishStatus {
    Successful,
    Unsuccessful,
    Unperformed,
    // some variants omitted
}

The status of the polish operation.

Variants

Trait Implementations

impl Copy for PolishStatus
[src]

impl Clone for PolishStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PolishStatus
[src]

Formats the value using the given formatter. Read more

impl Hash for PolishStatus
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for PolishStatus
[src]

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

This method tests for !=.

Auto Trait Implementations