passwd_phrase_element

Type Alias passwd_phrase_element 

Source
pub type passwd_phrase_element = _passwd_phrase_element;

Aliased Type§

#[repr(C)]
pub struct passwd_phrase_element { pub magic: i32, pub passwd: *mut _krb5_data, pub phrase: *mut _krb5_data, }

Fields§

§magic: i32§passwd: *mut _krb5_data§phrase: *mut _krb5_data