Enum ctre_sys::canifier::CANifierStatusFrame[][src]

#[repr(i32)]
pub enum CANifierStatusFrame { Status_1_General, Status_2_General, Status_3_PwmInputs0, Status_4_PwmInputs1, Status_5_PwmInputs2, Status_6_PwmInputs3, Status_8_Misc, }

Enumerated type for status frame types.

Variants

Trait Implementations

impl Debug for CANifierStatusFrame
[src]

Formats the value using the given formatter. Read more

impl Copy for CANifierStatusFrame
[src]

impl Clone for CANifierStatusFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CANifierStatusFrame
[src]

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

This method tests for !=.

impl Eq for CANifierStatusFrame
[src]

impl Hash for CANifierStatusFrame
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations