Enum winapi::sspi::SecDelegationType [] [src]

pub enum SecDelegationType {
    SecFull,
    SecService,
    SecTree,
    SecDirectory,
    SecObject,
}

Variants

SecFull
SecService
SecTree
SecDirectory
SecObject

Trait Implementations

Derived Implementations

impl Debug for SecDelegationType

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

impl Copy for SecDelegationType

impl Clone for SecDelegationType

fn clone(&self) -> SecDelegationType

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