Enum mcp9808::Address [] [src]

pub enum Address {
    Default,
}

I2C address

Variants

Trait Implementations

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

impl Copy for Address
[src]

Auto Trait Implementations

impl Send for Address

impl Sync for Address