Struct multiwii_serial_protocol::structs::MspUniqueId [] [src]

pub struct MspUniqueId {
    pub uid: [u8; 12],
}

Fields

Methods

impl MspUniqueId
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 12]> for MspUniqueId
[src]

Structure that can be packed an unpacked into 12 bytes.

Bit, MSB0NameType
0:7uid[0]u8
8:15uid[1]u8
16:23uid[2]u8
24:31uid[3]u8
32:39uid[4]u8
40:47uid[5]u8
48:55uid[6]u8
56:63uid[7]u8
64:71uid[8]u8
72:79uid[9]u8
80:87uid[10]u8
88:95uid[11]u8

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspUniqueId
[src]

[src]

Number of bits that this structure occupies when being packed.

impl PackedStructSlice for MspUniqueId
[src]

[src]

Pack the structure into an output buffer.

[src]

Unpack the structure from a buffer.

[src]

Number of bytes that this structure demands for packing or unpacking.

[src]

Pack the structure into a new byte vector.

impl PackedStructDebug for MspUniqueId
[src]

[src]

[src]

impl Display for MspUniqueId
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspUniqueId
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspUniqueId
[src]

impl Clone for MspUniqueId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more