CAMetalDisplayLinkDelegate

Trait CAMetalDisplayLinkDelegate 

Source
pub unsafe trait CAMetalDisplayLinkDelegate {
    // Provided method
    unsafe fn metalDisplayLink_needsUpdate(
        &self,
        link: &CAMetalDisplayLink,
        update: &CAMetalDisplayLinkUpdate,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature CAMetalDisplayLink only.
Expand description

Provided Methods§

Trait Implementations§

Source§

impl ProtocolType for dyn CAMetalDisplayLinkDelegate

Source§

const NAME: &'static str = "CAMetalDisplayLinkDelegate"

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 CAMetalDisplayLinkDelegate

Implementations on Foreign Types§

Source§

impl<T> CAMetalDisplayLinkDelegate for ProtocolObject<T>

Implementors§