Module x86_64::registers::segmentation  
source · Expand description
Abstractions for segment registers.
Structs
- Code Segment
 - Data Segment
 - ES Segment
 - FS Segment
 - GS Segment
 - Stack Segment
 - Specifies which element to load into a segment from descriptor tables (i.e., is a index to LDT or GDT table with some additional flags).
 
Traits
- An x86 segment
 - An x86 segment which is actually used in 64-bit mode