Trait NSAffineTransformNSAppKitAdditions

Source
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§

Source

unsafe fn transformBezierPath( &self, path: &NSBezierPath, ) -> Retained<NSBezierPath>

Available on crate feature NSBezierPath only.
Source

unsafe fn set(&self)

Source

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.

Implementations on Foreign Types§

Source§

impl NSAffineTransformNSAppKitAdditions for NSAffineTransform

Implementors§