pub enum PamHandle {}Expand description
Opaque struct internal to Linux-PAM
From _pam_types.h:
“This is a blind structure. Users aren’t allowed to see
inside a pam_handle_t, so we don’t define struct pam_handle here.
This is defined in a file private to the PAM library.
(i.e., it’s private to PAM service modules, too!)”
Auto Trait Implementations§
impl Freeze for PamHandle
impl RefUnwindSafe for PamHandle
impl Send for PamHandle
impl Sync for PamHandle
impl Unpin for PamHandle
impl UnwindSafe for PamHandle
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