Enum vnc::AuthMethod [] [src]

pub enum AuthMethod {
    None,
    Unused,
}

Variants

NoneUnused

Trait Implementations

impl Debug for AuthMethod
[src]

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

Formats the value using the given formatter.