pub unsafe trait NSAffineTransformNSAppKitAdditions:
ClassType
+ Sized
+ Sealed {
// Provided methods
fn transformBezierPath(&self, path: &NSBezierPath) -> Retained<NSBezierPath> { ... }
fn set(&self) { ... }
fn concat(&self) { ... }
}
Available on crate feature
NSAffineTransform
only.Expand description
Category “NSAppKitAdditions” on NSAffineTransform
.
Provided Methods§
fn transformBezierPath(&self, path: &NSBezierPath) -> Retained<NSBezierPath>
Available on crate feature
NSBezierPath
only.fn set(&self)
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.