[][src]Struct uikit_sys::mach_port_status

#[repr(C)]pub struct mach_port_status {
    pub mps_pset: mach_port_rights_t,
    pub mps_seqno: mach_port_seqno_t,
    pub mps_mscount: mach_port_mscount_t,
    pub mps_qlimit: mach_port_msgcount_t,
    pub mps_msgcount: mach_port_msgcount_t,
    pub mps_sorights: mach_port_rights_t,
    pub mps_srights: boolean_t,
    pub mps_pdrequest: boolean_t,
    pub mps_nsrequest: boolean_t,
    pub mps_flags: natural_t,
}

Fields

mps_pset: mach_port_rights_tmps_seqno: mach_port_seqno_tmps_mscount: mach_port_mscount_tmps_qlimit: mach_port_msgcount_tmps_msgcount: mach_port_msgcount_tmps_sorights: mach_port_rights_tmps_srights: boolean_tmps_pdrequest: boolean_tmps_nsrequest: boolean_tmps_flags: natural_t

Trait Implementations

impl Clone for mach_port_status[src]

impl Copy for mach_port_status[src]

impl Debug for mach_port_status[src]

impl Default for mach_port_status[src]

Auto Trait Implementations

impl RefUnwindSafe for mach_port_status

impl Send for mach_port_status

impl Sync for mach_port_status

impl Unpin for mach_port_status

impl UnwindSafe for mach_port_status

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.