Trait core_foundation::propertylist::CFPropertyListSubClass [] [src]

pub trait CFPropertyListSubClass<Raw>: TCFType<*const Raw> {
    fn to_CFPropertyList(&self) -> CFPropertyList { ... }
}

Trait for all subclasses of CFPropertyList.

Provided Methods

Create an instance of the superclass type CFPropertyList for this instance.

Implementors