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