pub trait TaskGateDescriptorBuilder {
// Required method
fn task_gate_descriptor(selector: SegmentSelector) -> Self;
}
Expand description
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§
fn task_gate_descriptor(selector: SegmentSelector) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.