Struct acpica_sys::Struct_acpi_memory_list [] [src]

#[repr(C)]
pub struct Struct_acpi_memory_list { pub ListName: *mut i8, pub ListHead: *mut c_void, pub ObjectSize: UINT16, pub MaxDepth: UINT16, pub CurrentDepth: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_memory_list
[src]

impl Clone for Struct_acpi_memory_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_memory_list
[src]

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