ARSKViewDelegate

Trait ARSKViewDelegate 

Source
pub unsafe trait ARSKViewDelegate: SKViewDelegate + ARSessionObserver { }
Available on crate features ARSKView and ARSession and objc2 and objc2-sprite-kit only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn ARSKViewDelegate

Source§

const NAME: &'static str = "ARSKViewDelegate"

The name of the Objective-C protocol that this type represents. Read more
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 ARSKViewDelegate

Implementations on Foreign Types§

Source§

impl<T> ARSKViewDelegate for ProtocolObject<T>
where T: ?Sized + ARSKViewDelegate,

Implementors§