#[repr(C)]pub struct groupmap {
pub name: *mut c_char,
pub gid: gid_t,
}
Fields§
§name: *mut c_char
§gid: gid_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for groupmap
impl RefUnwindSafe for groupmap
impl !Send for groupmap
impl !Sync for groupmap
impl Unpin for groupmap
impl UnwindSafe for groupmap
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