#[repr(C)]pub struct pam_message {
pub msg_style: c_int,
pub msg: *const c_char,
}Expand description
A message sent into a PAM conversation.
Fields§
§msg_style: c_int§msg: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for pam_message
impl RefUnwindSafe for pam_message
impl !Send for pam_message
impl !Sync for pam_message
impl Unpin for pam_message
impl UnwindSafe for pam_message
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