Struct acpica_sys::Struct_acpi_resource_gpio [] [src]

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

Trait Implementations

impl Copy for Struct_acpi_resource_gpio
[src]

impl Clone for Struct_acpi_resource_gpio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_resource_gpio
[src]

Returns the "default value" for a type. Read more