Struct winapi::um::winnt::WOW64_DESCRIPTOR_TABLE_ENTRY
source · #[repr(C)]pub struct WOW64_DESCRIPTOR_TABLE_ENTRY {
pub Selector: DWORD,
pub Descriptor: WOW64_LDT_ENTRY,
}
Fields§
§Selector: DWORD
§Descriptor: WOW64_LDT_ENTRY
Trait Implementations§
source§impl Clone for WOW64_DESCRIPTOR_TABLE_ENTRY
impl Clone for WOW64_DESCRIPTOR_TABLE_ENTRY
source§fn clone(&self) -> WOW64_DESCRIPTOR_TABLE_ENTRY
fn clone(&self) -> WOW64_DESCRIPTOR_TABLE_ENTRY
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 moresource§impl Default for WOW64_DESCRIPTOR_TABLE_ENTRY
impl Default for WOW64_DESCRIPTOR_TABLE_ENTRY
source§fn default() -> WOW64_DESCRIPTOR_TABLE_ENTRY
fn default() -> WOW64_DESCRIPTOR_TABLE_ENTRY
Returns the “default value” for a type. Read more