Struct x86::dtables::DescriptorTablePointer [] [src]

pub struct DescriptorTablePointer {
    pub limit: u16,
    pub base: u64,
}

A struct describing a pointer to a descriptor table (GDT / IDT). This is in a format suitable for giving to 'lgdt' or 'lidt'.

Fields

Size of the DT.

Pointer to the memory region containing the DT.

Trait Implementations

impl Debug for DescriptorTablePointer
[src]

Formats the value using the given formatter.