Struct x86_64::instructions::tables::DescriptorTablePointer [] [src]

#[repr(C, packed)]
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.