pub unsafe trait NSUserActivityCIBarcodeDescriptor: ClassType {
    // Provided method
    unsafe fn detectedBarcodeDescriptor(
        &self
    ) -> Option<Retained<CIBarcodeDescriptor>>
       where Self: Sized + Message { ... }
}
Available on crate feature CIBarcodeDescriptor only.
Expand description

Category “CIBarcodeDescriptor” on NSUserActivity.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSUserActivityCIBarcodeDescriptor for NSUserActivity

Implementors§