Enum ctre_sys::mot::StatusFrame[][src]

#[repr(i32)]
pub enum StatusFrame { Status_1_General, Status_2_Feedback0, Status_4_AinTempVbat, Status_6_Misc, Status_7_CommStatus, Status_9_MotProfBuffer, Status_10_Targets, Status_12_Feedback1, Status_13_Base_PIDF0, Status_14_Turn_PIDF1, Status_15_FirmareApiStatus, }

Variants

Trait Implementations

impl Debug for StatusFrame
[src]

Formats the value using the given formatter. Read more

impl Copy for StatusFrame
[src]

impl Clone for StatusFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StatusFrame
[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 StatusFrame
[src]

impl Hash for StatusFrame
[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

impl Send for StatusFrame

impl Sync for StatusFrame