[go: up one dir, main page]

Trait NSDate

Source
pub trait NSDate: Sized {
    // Provided methods
    unsafe fn distantPast(_: Self) -> *mut Object { ... }
    unsafe fn distantFuture(_: Self) -> *mut Object { ... }
}

Provided Methods§

Source

unsafe fn distantPast(_: Self) -> *mut Object

Source

unsafe fn distantFuture(_: Self) -> *mut Object

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 NSDate for *mut Object

Implementors§