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§
unsafe fn detectedBarcodeDescriptor( &self ) -> Option<Retained<CIBarcodeDescriptor>>
Object Safety§
This trait is not object safe.