Enum config_struct::FloatSize[][src]

pub enum FloatSize {
    F32,
    F64,
}

Represents a floating-point type.

Variants

Trait Implementations

impl Debug for FloatSize
[src]

Formats the value using the given formatter. Read more

impl Clone for FloatSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FloatSize
[src]

impl PartialEq for FloatSize
[src]

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

This method tests for !=.

impl Eq for FloatSize
[src]

Auto Trait Implementations

impl Send for FloatSize

impl Sync for FloatSize