Skip to main content

NSAffineTransformNSAppKitAdditions

Trait NSAffineTransformNSAppKitAdditions 

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

Source

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

Available on crate feature NSBezierPath only.
Source

fn set(&self)

Source

fn concat(&self)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NSAffineTransformNSAppKitAdditions for NSAffineTransform

Implementors§