pub unsafe trait NSViewLayerContentScaleDelegate: NSObjectProtocol { }Available on crate feature
NSView only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn NSViewLayerContentScaleDelegate
Source§impl ProtocolType for dyn NSViewLayerContentScaleDelegate
impl ProtocolType for dyn NSViewLayerContentScaleDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".