[go: up one dir, main page]

[][src]Trait cocoa::foundation::NSValue

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

Provided methods

unsafe fn valueWithPoint(Self, point: NSPoint) -> *mut Object

unsafe fn valueWithSize(Self, size: NSSize) -> *mut Object

Loading content...

Implementations on Foreign Types

impl NSValue for *mut Object[src]

Loading content...

Implementors

Loading content...