#[repr(C)]
pub struct cec_adapter_descriptor { pub strComPath: [c_char; 1024], pub strComName: [c_char; 1024], pub iVendorId: u16, pub iProductId: u16, pub iFirmwareVersion: u16, pub iPhysicalAddress: u16, pub iFirmwareBuildDate: u32, pub adapterType: cec_adapter_type, }

Fields

strComPath: [c_char; 1024]

< the path to the com port

strComName: [c_char; 1024]

< the name of the com port

iVendorId: u16iProductId: u16iFirmwareVersion: u16iPhysicalAddress: u16iFirmwareBuildDate: u32adapterType: cec_adapter_type

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.