Struct tmcl::modules::tmcm::axis_parameters::ActualSpeed [] [src]

pub struct ActualSpeed(_);

The current rotation speed.

Should never be overwritten.

Trait Implementations

impl Debug for ActualSpeed
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ActualSpeed
[src]

[src]

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

[src]

This method tests for !=.

impl From<ActualSpeed> for i16
[src]

[src]

Performs the conversion.

impl AxisParameter for ActualSpeed
[src]

NUMBER: u8 = 3

The Parameter Number.

impl ReadableAxisParameter for ActualSpeed
[src]

impl ReadableTmcmAxisParameter for ActualSpeed
[src]

Auto Trait Implementations

impl Send for ActualSpeed

impl Sync for ActualSpeed