Enum embedded_nrf24l01::CrcMode [] [src]

pub enum CrcMode {
    Disabled,
    OneByte,
    TwoBytes,
}

Supported CRC modes

Variants

Disable all CRC generation/checking

One byte checksum

Two bytes checksum

Trait Implementations

impl Debug for CrcMode
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CrcMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for CrcMode
[src]

impl Clone for CrcMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CrcMode

impl Sync for CrcMode