[][src]Struct uikit_sys::NSFileSecurity

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

Implementations

impl NSFileSecurity[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 NSFileSecurity[src]

impl Copy for NSFileSecurity[src]

impl Deref for NSFileSecurity[src]

type Target = Object

The resulting type after dereferencing.

impl INSFileSecurity for NSFileSecurity[src]

impl INSObject for NSFileSecurity[src]

impl Message for NSFileSecurity[src]

impl NSObject_CIImageProvider for NSFileSecurity[src]

impl NSObject_NSCoderMethods for NSFileSecurity[src]

impl NSObject_NSCopyLinkMoveHandler for NSFileSecurity[src]

impl NSObject_NSDelayedPerforming for NSFileSecurity[src]

impl NSObject_NSDiscardableContentProxy for NSFileSecurity[src]

impl NSObject_NSErrorRecoveryAttempting for NSFileSecurity[src]

impl NSObject_NSKeyValueCoding for NSFileSecurity[src]

impl NSObject_NSKeyValueObserverNotification for NSFileSecurity[src]

impl NSObject_NSKeyValueObserverRegistration for NSFileSecurity[src]

impl NSObject_NSKeyValueObserving for NSFileSecurity[src]

impl NSObject_NSKeyValueObservingCustomization for NSFileSecurity[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for NSFileSecurity[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for NSFileSecurity[src]

impl NSObject_NSThreadPerformAdditions for NSFileSecurity[src]

impl NSObject_UIAccessibility for NSFileSecurity[src]

impl NSObject_UIAccessibilityAction for NSFileSecurity[src]

impl NSObject_UIAccessibilityContainer for NSFileSecurity[src]

impl NSObject_UIAccessibilityCustomRotor for NSFileSecurity[src]

impl NSObject_UIAccessibilityDragging for NSFileSecurity[src]

impl NSObject_UIAccessibilityFocus for NSFileSecurity[src]

impl NSObject_UINibLoadingAdditions for NSFileSecurity[src]

impl PNSCopying for NSFileSecurity[src]

impl PNSSecureCoding for NSFileSecurity[src]

Auto Trait Implementations

impl RefUnwindSafe for NSFileSecurity

impl !Send for NSFileSecurity

impl !Sync for NSFileSecurity

impl Unpin for NSFileSecurity

impl UnwindSafe for NSFileSecurity

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.