Struct libacpica::Struct_acpi_pld_info[][src]

#[repr(C, packed)]pub struct Struct_acpi_pld_info {
    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

impl Clone for Struct_acpi_pld_info[src]

impl Copy for Struct_acpi_pld_info[src]

impl Default for Struct_acpi_pld_info[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.