Struct bluenrg::Version[][src]

pub struct Version {
    pub hw_version: u8,
    pub major: u8,
    pub minor: u8,
    pub patch: u8,
}

Vendor-specific interpretation of the local version information from the controller.

Fields

Version of the controller hardware.

Major version of the controller firmware

Minor version of the controller firmware

Patch version of the controller firmware

Trait Implementations

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version