#[repr(C)]pub struct MAPPING {
pub next: *mut MAPPING,
pub xid: c_int,
pub sid: *mut SID,
pub grcnt: c_int,
pub groups: *mut gid_t,
}Fields§
§next: *mut MAPPING§xid: c_int§sid: *mut SID§grcnt: c_int§groups: *mut gid_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for MAPPING
impl RefUnwindSafe for MAPPING
impl !Send for MAPPING
impl !Sync for MAPPING
impl Unpin for MAPPING
impl UnwindSafe for MAPPING
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