Struct knx_rs::header::Header[][src]

pub struct Header { /* fields omitted */ }

Methods

impl Header
[src]

Create an Header

Return the byte-size of an Header. Always 0x06.

Return the version field of a header. Always 0x10 (1.0).

Trait Implementations

impl PartialEq for Header
[src]

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

This method tests for !=.

impl Display for Header
[src]

Formats the value using the given formatter. Read more

impl Debug for Header
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Header

impl Sync for Header