Struct pam_sys::PamMessage [] [src]

pub struct PamMessage {
    pub msg_style: c_int,
    pub msg: *const c_char,
}

Fields

msg_style: c_int msg: *const c_char

Trait Implementations

impl Debug for PamMessage
[src]

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

Formats the value using the given formatter.