Enum kernel::hil::i2c::SlaveTransmissionType [] [src]

pub enum SlaveTransmissionType {
    Write,
    Read,
}

This specifies what type of transmission just finished from a Master device.

Variants

Trait Implementations

impl Copy for SlaveTransmissionType
[src]

impl Clone for SlaveTransmissionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SlaveTransmissionType
[src]

[src]

Formats the value using the given formatter. Read more