[][src]Struct linux::kty::ipc64_perm

#[repr(C)]
pub struct ipc64_perm { pub key: __kernel_key_t, pub uid: __kernel_uid32_t, pub gid: __kernel_gid32_t, pub cuid: __kernel_uid32_t, pub cgid: __kernel_gid32_t, pub mode: __kernel_mode_t, pub __pad1: [c_uchar; 0], pub seq: c_ushort, pub __pad2: c_ushort, pub __unused1: __kernel_ulong_t, pub __unused2: __kernel_ulong_t, }

Fields

key: __kernel_key_tuid: __kernel_uid32_tgid: __kernel_gid32_tcuid: __kernel_uid32_tcgid: __kernel_gid32_tmode: __kernel_mode_t__pad1: [c_uchar; 0]seq: c_ushort__pad2: c_ushort__unused1: __kernel_ulong_t__unused2: __kernel_ulong_t

Trait Implementations

impl Pod for ipc64_perm[src]

impl Eq for ipc64_perm[src]

impl Clone for ipc64_perm[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<ipc64_perm> for ipc64_perm[src]

impl Copy for ipc64_perm[src]

Auto Trait Implementations

impl Send for ipc64_perm

impl Sync for ipc64_perm

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]