Struct acpica_sys::Struct_acpi_resource_i2c_serialbus [] [src]

#[repr(C)]
pub struct Struct_acpi_resource_i2c_serialbus { pub RevisionId: UINT8, pub Type: UINT8, pub ProducerConsumer: UINT8, pub SlaveMode: UINT8, pub TypeRevisionId: UINT8, pub TypeDataLength: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub VendorData: *mut UINT8, pub AccessMode: UINT8, pub SlaveAddress: UINT16, pub ConnectionSpeed: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_resource_i2c_serialbus
[src]

impl Clone for Struct_acpi_resource_i2c_serialbus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_resource_i2c_serialbus
[src]

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