Struct tk_opc::OpcHeader [] [src]

pub struct OpcHeader {
    pub channel: u8,
    pub command: u8,
    pub length: u16,
}

Fields

Methods

impl OpcHeader
[src]

Trait Implementations

impl Copy for OpcHeader
[src]

impl Clone for OpcHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpcHeader
[src]

Formats the value using the given formatter.