Enum winapi::corsym::CorSymSearchPolicyAttributes [] [src]

pub enum CorSymSearchPolicyAttributes {
    AllowRegistryAccess,
    AllowSymbolServerAccess,
    AllowOriginalPathAccess,
    AllowReferencePathAccess,
}

Variants

AllowRegistryAccess
AllowSymbolServerAccess
AllowOriginalPathAccess
AllowReferencePathAccess

Trait Implementations

Derived Implementations

impl Debug for CorSymSearchPolicyAttributes

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for CorSymSearchPolicyAttributes

impl Clone for CorSymSearchPolicyAttributes

fn clone(&self) -> CorSymSearchPolicyAttributes

fn clone_from(&mut self, source: &Self)