Trait objc2_foundation::INSObject[][src]

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

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

Required methods

Provided methods

Implementors