Trait tmcl::WriteableAxisParameter [] [src]

pub trait WriteableAxisParameter: AxisParameter {
    fn operand(&self) -> [u8; 4];
}

An axis parameter useable with the SAP instruction.

Required Methods

Implementors