Enum ctre_sys::mot::NeutralMode[][src]

#[repr(i32)]
pub enum NeutralMode { EEPROMSetting, Coast, Brake, }

Variants

Use the NeutralMode that is set by the jumper wire on the CAN device

Stop the motor's rotation by applying a force.

Stop the motor's rotation by applying a force.

Trait Implementations

impl Debug for NeutralMode
[src]

Formats the value using the given formatter. Read more

impl Copy for NeutralMode
[src]

impl Clone for NeutralMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for NeutralMode