[go: up one dir, main page]

Trait cocoa::foundation::NSValue

source ·
pub trait NSValue: Sized {
    unsafe fn valueWithPoint(Self, point: NSPoint) -> *mut Object { ... }
    unsafe fn valueWithSize(Self, size: NSSize) -> *mut Object { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors