pub struct CfgInfBuilder {
    pub protocol_id: u8,
    pub reserved: [u8; 3],
    pub inf_msg_mask_0: CfgInfMask,
    pub inf_msg_mask_1: CfgInfMask,
    pub inf_msg_mask_2: CfgInfMask,
    pub inf_msg_mask_3: CfgInfMask,
    pub inf_msg_mask_4: CfgInfMask,
    pub inf_msg_mask_5: CfgInfMask,
}
Expand description

Information message conifg Struct that is used to construct packets, see the crate-level documentation for more information

Fields

protocol_id: u8
reserved: [u8; 3]
inf_msg_mask_0: CfgInfMask
inf_msg_mask_1: CfgInfMask
inf_msg_mask_2: CfgInfMask
inf_msg_mask_3: CfgInfMask
inf_msg_mask_4: CfgInfMask
inf_msg_mask_5: CfgInfMask

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Converts to this type from the input type.

Create packet and store bytes sequence to somewhere using out

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.