#[repr(C)]pub struct passwd { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for passwd
impl RefUnwindSafe for passwd
impl Send for passwd
impl Sync for passwd
impl Unpin for passwd
impl UnwindSafe for passwd
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