Enum sht3x::Address [] [src]

pub enum Address {
    High,
    Low,
}

I2C address

Variants

Address pin held high

Address pin held low

Trait Implementations

impl Copy for Address
[src]

impl Clone for Address
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address