[][src]Trait objc_id::Ownership

pub trait Ownership: Any { }

A type that marks what type of ownership a struct has over the object(s) it contains; specifically, either Owned or Shared.

Implementors

impl Ownership for Owned[src]

impl Ownership for Shared[src]

Loading content...