Enum mcp25625::FiltersMask[][src]

pub enum FiltersMask {
    AllExtendedIdBits,
    OnlyStandardIdBits,
    StandardIdBitsAndDataBytes01(u8, u8),
    Custom(u32),
}

Variants

AllExtendedIdBits

All 29 bits are checked by filters (including 2 first bytes in case of a standard id).

OnlyStandardIdBits

Only 11 bits are checked by filters (usefull for standard id’s).

StandardIdBitsAndDataBytes01(u8, u8)

All 11 bits + 2 specified data bytes are checked by filters (EID17 and EID16 is ignored).

Custom(u32)

ID10 ID0 EID17 EID0 or ID10 ID0 . . EID15:EID8=byte0, EID7:EID0=byte1.

Trait Implementations

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.