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 CFData
impl CFPropertyListSubClass<__CFString> for CFString
impl CFPropertyListSubClass<__CFArray> for CFArray
impl CFPropertyListSubClass<__CFDictionary> for CFDictionary
impl CFPropertyListSubClass<__CFDate> for CFDate
impl CFPropertyListSubClass<__CFBoolean> for CFBoolean
impl CFPropertyListSubClass<__CFNumber> for CFNumber