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

pub struct ROL { /* fields omitted */ }

ROL - Rotate Left

This instruction starts rotation in "left" direction, i.e. decreasing the position counter.

Methods

impl ROL
[src]

[src]

Trait Implementations

impl Debug for ROL
[src]

[src]

Formats the value using the given formatter. Read more

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

INSTRUCTION_NUMBER: u8 = 2

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 ROL
[src]

Auto Trait Implementations

impl Send for ROL

impl Sync for ROL