pub unsafe trait NSFileProviderPendingSetEnumerator: NSFileProviderEnumerator {
    // Provided methods
    unsafe fn domainVersion(&self) -> Option<Id<NSFileProviderDomainVersion>>
       where Self: Sized + Message { ... }
    unsafe fn refreshInterval(&self) -> NSTimeInterval
       where Self: Sized + Message { ... }
    unsafe fn isMaximumSizeReached(&self) -> bool
       where Self: Sized + Message { ... }
}
Available on crate features NSFileProviderEnumerating and NSFileProviderManager only.

Provided Methods§

source

unsafe fn domainVersion(&self) -> Option<Id<NSFileProviderDomainVersion>>
where Self: Sized + Message,

Available on crate feature NSFileProviderDomain only.
source

unsafe fn refreshInterval(&self) -> NSTimeInterval
where Self: Sized + Message,

source

unsafe fn isMaximumSizeReached(&self) -> bool
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderPendingSetEnumerator

source§

const NAME: &'static str = "NSFileProviderPendingSetEnumerator"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSFileProviderPendingSetEnumerator

Implementations on Foreign Types§

source§

impl<T> NSFileProviderPendingSetEnumerator for ProtocolObject<T>

Implementors§