[][src]Trait x86::segmentation::TaskGateDescriptorBuilder

pub trait TaskGateDescriptorBuilder {
    fn task_gate_descriptor(selector: SegmentSelector) -> Self;
}

Trait to implement for building a task-gate (this descriptor is not implemented for 64-bit systems since Hardware task switches are not supported in IA-32e mode.).

Required methods

Loading content...

Implementors

impl TaskGateDescriptorBuilder for DescriptorBuilder[src]

Loading content...