Struct libacpica::Struct_acpi_resource_gpio[][src]

#[repr(C, packed)]
pub struct Struct_acpi_resource_gpio {
Show fields pub RevisionId: UINT8, pub ConnectionType: UINT8, pub ProducerConsumer: UINT8, pub PinConfig: UINT8, pub Sharable: UINT8, pub WakeCapable: UINT8, pub IoRestriction: UINT8, pub Triggering: UINT8, pub Polarity: UINT8, pub DriveStrength: UINT16, pub DebounceTimeout: UINT16, pub PinTableLength: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub PinTable: *mut UINT16, pub VendorData: *mut UINT8,
}

Fields

RevisionId: UINT8ConnectionType: UINT8ProducerConsumer: UINT8PinConfig: UINT8Sharable: UINT8WakeCapable: UINT8IoRestriction: UINT8Triggering: UINT8Polarity: UINT8DriveStrength: UINT16DebounceTimeout: UINT16PinTableLength: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEPinTable: *mut UINT16VendorData: *mut UINT8

Trait Implementations

impl Clone for Struct_acpi_resource_gpio[src]

impl Copy for Struct_acpi_resource_gpio[src]

impl Default for Struct_acpi_resource_gpio[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.