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
fn to_CFPropertyList(&self) -> CFPropertyList
Create an instance of the superclass type CFPropertyList for this instance.
Implementors
impl CFPropertyListSubClass<__CFData> for CFDataimpl CFPropertyListSubClass<__CFString> for CFStringimpl CFPropertyListSubClass<__CFArray> for CFArrayimpl CFPropertyListSubClass<__CFDictionary> for CFDictionaryimpl CFPropertyListSubClass<__CFDate> for CFDateimpl CFPropertyListSubClass<__CFBoolean> for CFBooleanimpl CFPropertyListSubClass<__CFNumber> for CFNumber