Struct flipper0::ffi::GapConfig

source ·
pub struct GapConfig {
    pub adv_service_uuid: u16,
    pub appearance_char: u16,
    pub bonding_mode: bool,
    pub pairing_method: GapPairing,
    pub mac_address: [u8; 6],
    pub adv_name: [i8; 18],
    pub conn_param: GapConnectionParamsRequest,
}

Fields

adv_service_uuid: u16appearance_char: u16bonding_mode: boolpairing_method: GapPairingmac_address: [u8; 6]adv_name: [i8; 18]conn_param: GapConnectionParamsRequest

Trait Implementations

Formats the value using the given formatter. Read more

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.