Struct acpica_sys::Struct_acpi_nfit_interleave [] [src]

#[repr(C)]
pub struct Struct_acpi_nfit_interleave { pub Header: ACPI_NFIT_HEADER, pub InterleaveIndex: UINT16, pub Reserved: UINT16, pub LineCount: UINT32, pub LineSize: UINT32, pub LineOffset: [UINT32; 1], }

Fields

Trait Implementations

impl Copy for Struct_acpi_nfit_interleave
[src]

impl Clone for Struct_acpi_nfit_interleave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_nfit_interleave
[src]

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