pub unsafe trait NSAffineTransformNSAppKitAdditions:
ClassType
+ Sized
+ Sealed {
// Provided methods
unsafe fn transformBezierPath(
&self,
path: &NSBezierPath,
) -> Retained<NSBezierPath> { ... }
unsafe fn set(&self) { ... }
unsafe fn concat(&self) { ... }
}
Available on crate feature
NSAffineTransform
only.Expand description
Category “NSAppKitAdditions” on NSAffineTransform
.
Provided Methods§
unsafe fn transformBezierPath( &self, path: &NSBezierPath, ) -> Retained<NSBezierPath>
Available on crate feature
NSBezierPath
only.unsafe fn set(&self)
unsafe fn concat(&self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.