Struct btmgmt_packet::command::SetDeviceId[][src]

pub struct SetDeviceId {
    pub source: DeviceIdSource,
    pub vendor: u16,
    pub product: u16,
    pub version: u16,
}
Expand description

Set Device ID Command

see bluez docs/mgmt-api.txt

Fields

source: DeviceIdSourcevendor: u16product: u16version: u16

Trait Implementations

Command code.

Return type for this command.

Formats the value using the given formatter. Read more

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.