pub struct pam_handle { /* private fields */ }Expand description
An opaque structure that PAM uses to communicate.
This is only ever returned in pointer form and cannot be constructed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pam_handle
impl RefUnwindSafe for pam_handle
impl !Send for pam_handle
impl !Sync for pam_handle
impl !Unpin for pam_handle
impl UnwindSafe for pam_handle
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