Struct tmcl::modules::generic::instructions::ROR [] [src]

pub struct ROR { /* fields omitted */ }

ROR - Rotate Right

This instruction starts rotation in "right" direction, i.e. increasing the position counter.

Methods

impl ROR
[src]

[src]

Trait Implementations

impl Debug for ROR
[src]

[src]

Formats the value using the given formatter. Read more

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

INSTRUCTION_NUMBER: u8 = 1

The command number (sometimes referred to as the instruction number).

[src]

Return the operand serialized. Read more

[src]

[src]

The motor/bank number

impl TmcmInstruction for ROR
[src]

Auto Trait Implementations

impl Send for ROR

impl Sync for ROR