[][src]Struct uikit_sys::NSProcessInfo

#[repr(transparent)]pub struct NSProcessInfo(pub id);

Implementations

impl NSProcessInfo[src]

pub fn alloc() -> Self[src]

Methods from Deref<Target = Object>

pub fn class(&self) -> &Class[src]

Returns the class of self.

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T where
    T: Encode
[src]

Returns a reference to the ivar of self with the given name. Panics if self has no ivar with the given name. Unsafe because the caller must ensure that the ivar is actually of type T.

Trait Implementations

impl Clone for NSProcessInfo[src]

impl Copy for NSProcessInfo[src]

impl Deref for NSProcessInfo[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for NSProcessInfo[src]

impl INSProcessInfo for NSProcessInfo[src]

impl Message for NSProcessInfo[src]

impl NSObject_CIImageProvider for NSProcessInfo[src]

impl NSObject_NSCoderMethods for NSProcessInfo[src]

impl NSObject_NSCopyLinkMoveHandler for NSProcessInfo[src]

impl NSObject_NSDelayedPerforming for NSProcessInfo[src]

impl NSObject_NSDiscardableContentProxy for NSProcessInfo[src]

impl NSObject_NSErrorRecoveryAttempting for NSProcessInfo[src]

impl NSObject_NSKeyValueCoding for NSProcessInfo[src]

impl NSObject_NSKeyValueObserverNotification for NSProcessInfo[src]

impl NSObject_NSKeyValueObserverRegistration for NSProcessInfo[src]

impl NSObject_NSKeyValueObserving for NSProcessInfo[src]

impl NSObject_NSKeyValueObservingCustomization for NSProcessInfo[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for NSProcessInfo[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for NSProcessInfo[src]

impl NSObject_NSThreadPerformAdditions for NSProcessInfo[src]

impl NSObject_UIAccessibility for NSProcessInfo[src]

impl NSObject_UIAccessibilityAction for NSProcessInfo[src]

impl NSObject_UIAccessibilityContainer for NSProcessInfo[src]

impl NSObject_UIAccessibilityCustomRotor for NSProcessInfo[src]

impl NSObject_UIAccessibilityDragging for NSProcessInfo[src]

impl NSObject_UIAccessibilityFocus for NSProcessInfo[src]

impl NSObject_UINibLoadingAdditions for NSProcessInfo[src]

impl NSProcessInfo_NSProcessInfoActivity for NSProcessInfo[src]

impl NSProcessInfo_NSProcessInfoPlatform for NSProcessInfo[src]

impl NSProcessInfo_NSProcessInfoPowerState for NSProcessInfo[src]

impl NSProcessInfo_NSProcessInfoThermalState for NSProcessInfo[src]

impl NSProcessInfo_NSUserInformation for NSProcessInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for NSProcessInfo

impl !Send for NSProcessInfo

impl !Sync for NSProcessInfo

impl Unpin for NSProcessInfo

impl UnwindSafe for NSProcessInfo

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.