Trait objc2_av_kit::AVRoutePickerViewDelegate

source ·
pub unsafe trait AVRoutePickerViewDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn routePickerViewWillBeginPresentingRoutes(
        &self,
        route_picker_view: &AVRoutePickerView
    )
       where Self: Sized + Message { ... }
    unsafe fn routePickerViewDidEndPresentingRoutes(
        &self,
        route_picker_view: &AVRoutePickerView
    )
       where Self: Sized + Message { ... }
}
Available on crate feature AVRoutePickerView only.

Provided Methods§

source

unsafe fn routePickerViewWillBeginPresentingRoutes( &self, route_picker_view: &AVRoutePickerView )
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.
source

unsafe fn routePickerViewDidEndPresentingRoutes( &self, route_picker_view: &AVRoutePickerView )
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.

Trait Implementations§

source§

impl ProtocolType for dyn AVRoutePickerViewDelegate

source§

const NAME: &'static str = "AVRoutePickerViewDelegate"

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 AVRoutePickerViewDelegate

Implementations on Foreign Types§

source§

impl<T> AVRoutePickerViewDelegate for ProtocolObject<T>

Implementors§