#[repr(C)]pub struct pam_response {
pub resp: *mut c_char,
pub resp_retcode: c_int,
}
Expand description
A response returned from a PAM conversation.
Fields§
§resp: *mut c_char
§resp_retcode: c_int
Completely unused.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pam_response
impl RefUnwindSafe for pam_response
impl !Send for pam_response
impl !Sync for pam_response
impl Unpin for pam_response
impl UnwindSafe for pam_response
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more