Skip to main content

INSImage

Trait INSImage 

Source
pub trait INSImage: PNSObject {
    // Provided method
    fn m_image_named(name: NSImageName) -> NSImage { ... }
}
Expand description

A trait containing all the methods for NSImage

Provided Methods§

Source

fn m_image_named(name: NSImageName) -> NSImage

Returns the image object associated with the specified name.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§