Enum nrf52::i2c::registers::ErrorSrc
[−]
[src]
#[repr(u32)]pub enum ErrorSrc { None, AddressNack, DataNack, }
Represents allowable values of errorsrc
register.
Variants
None
AddressNack
DataNack
Trait Implementations
impl Debug for ErrorSrc
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for ErrorSrc
[src]
impl Clone for ErrorSrc
[src]
fn clone(&self) -> ErrorSrc
[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