Trait objc2_av_kit::AVCaptureViewDelegate

source ·
pub unsafe trait AVCaptureViewDelegate: NSObjectProtocol { }
Available on crate feature AVCaptureView only.

Trait Implementations§

source§

impl ProtocolType for dyn AVCaptureViewDelegate

source§

const NAME: &'static str = "AVCaptureViewDelegate"

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 AVCaptureViewDelegate

Implementations on Foreign Types§

source§

impl<T> AVCaptureViewDelegate for ProtocolObject<T>

Implementors§