pub unsafe fn ldtr() -> SegmentSelectorExpand description
Returns the segment selector from the local descriptor table register (LDTR).
The returned segment selector points to the segment descriptor (located in the GDT) for the current LDT.
ยงSafety
Needs CPL 0.