Struct x86_64::dtables::DescriptorTablePointer [] [src]

#[repr(C, packed)]
pub struct DescriptorTablePointer { pub limit: u16, pub base: VirtualAddress, }

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.

Address of the memory region containing the DT.

Methods

impl DescriptorTablePointer
[src]

Trait Implementations

impl Debug for DescriptorTablePointer
[src]

Formats the value using the given formatter.