Enum kernel::hil::i2c::SlaveTransmissionType
[−]
[src]
pub enum SlaveTransmissionType { Write, Read, }
This specifies what type of transmission just finished from a Master device.
Variants
Write
Read
Trait Implementations
impl Copy for SlaveTransmissionType
[src]
impl Clone for SlaveTransmissionType
[src]
fn clone(&self) -> SlaveTransmissionType
[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