Enum sam4l::i2c::Location  
                   
                       [−]
                   
               [src]
pub enum Location {
    I2C00,
    I2C01,
    I2C02,
    I2C03,
}Variants
I2C00I2C01I2C02I2C03
            Trait Implementations
impl Clone for Location[src]
fn clone(&self) -> Location[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more