Struct tartan_arch::x86::protection::PrivilegedStack
source · Available on x86 only.
Expand description
Stack pointer and segment for a given privilege level
Fields§
§pointer: u32
Stack pointer (SP
) value for this privilege level.
segment: Selector
Stack segment (SS
) value for this privilege level.
Implementations§
Trait Implementations§
source§impl Clone for PrivilegedStack
impl Clone for PrivilegedStack
source§fn clone(&self) -> PrivilegedStack
fn clone(&self) -> PrivilegedStack
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more