Struct libacpica::acpi_pld_info[][src]

#[repr(C)]
pub struct acpi_pld_info {
Show 28 fields pub Revision: UINT8, pub IgnoreColor: UINT8, pub Red: UINT8, pub Green: UINT8, pub Blue: UINT8, pub Width: UINT16, pub Height: UINT16, pub UserVisible: UINT8, pub Dock: UINT8, pub Lid: UINT8, pub Panel: UINT8, pub VerticalPosition: UINT8, pub HorizontalPosition: UINT8, pub Shape: UINT8, pub GroupOrientation: UINT8, pub GroupToken: UINT8, pub GroupPosition: UINT8, pub Bay: UINT8, pub Ejectable: UINT8, pub OspmEjectRequired: UINT8, pub CabinetNumber: UINT8, pub CardCageNumber: UINT8, pub Reference: UINT8, pub Rotation: UINT8, pub Order: UINT8, pub Reserved: UINT8, pub VerticalOffset: UINT16, pub HorizontalOffset: UINT16,
}

Fields

Revision: UINT8IgnoreColor: UINT8Red: UINT8Green: UINT8Blue: UINT8Width: UINT16Height: UINT16UserVisible: UINT8Dock: UINT8Lid: UINT8Panel: UINT8VerticalPosition: UINT8HorizontalPosition: UINT8Shape: UINT8GroupOrientation: UINT8GroupToken: UINT8GroupPosition: UINT8Bay: UINT8Ejectable: UINT8OspmEjectRequired: UINT8CabinetNumber: UINT8CardCageNumber: UINT8Reference: UINT8Rotation: UINT8Order: UINT8Reserved: UINT8VerticalOffset: UINT16HorizontalOffset: UINT16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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.