pub struct ipc_perm {
pub __key: i32,
pub uid: u32,
pub gid: u32,
pub cuid: u32,
pub cgid: u32,
pub mode: u16,
pub __seq: u16,
/* private fields */
}Fields
__key: i32uid: u32gid: u32cuid: u32cgid: u32mode: u16__seq: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ipc_perm
impl Send for ipc_perm
impl Sync for ipc_perm
impl Unpin for ipc_perm
impl UnwindSafe for ipc_perm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more