Struct libwhp::WHV_PROCESSOR_FEATURES[][src]

#[repr(C)]
pub struct WHV_PROCESSOR_FEATURES { pub AsUINT64: UINT64, }

Fields

Methods

impl WHV_PROCESSOR_FEATURES
[src]

Trait Implementations

impl Copy for WHV_PROCESSOR_FEATURES
[src]

impl Clone for WHV_PROCESSOR_FEATURES
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations