Trait objc_foundation::INSObject [] [src]

pub trait INSObject: Any + Sized + Message {
    fn class() -> &'static Class;

    fn hash_code(&self) -> usize { ... }
fn is_equal<T>(&self, other: &T) -> bool
    where
        T: INSObject
, { ... }
fn description(&self) -> ShareId<NSString> { ... }
fn is_kind_of(&self, cls: &Class) -> bool { ... }
fn new() -> Id<Self> { ... } }

Required Methods

Provided Methods

Implementors