[−][src]Struct core_foundation::attributed_string::CFAttributedString
Methods
impl CFAttributedString
[src][−]
Trait Implementations
impl ConcreteCFType for CFAttributedString
[src]
impl TCFType for CFAttributedString
[src][+]
impl<'a> ToVoid<CFAttributedString> for &'a CFAttributedString
[src][+]
impl ToVoid<CFAttributedString> for CFAttributedString
[src][+]
impl ToVoid<CFAttributedString> for CFAttributedStringRef
[src][+]
impl Clone for CFAttributedString
[src][+]
impl PartialEq<CFAttributedString> for CFAttributedString
[src][+]
impl Eq for CFAttributedString
[src]
impl Drop for CFAttributedString
[src][+]
Auto Trait Implementations
impl !Send for CFAttributedString
impl !Sync for CFAttributedString
Blanket Implementations
impl<T> FromMutVoid for T where
T: TCFType,
[src][−]
T: TCFType,
unsafe fn from_mut_void<'a>(*mut c_void) -> ItemMutRef<'a, T>
[src]
impl<T> FromVoid for T where
T: TCFType,
[src][−]
T: TCFType,
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> From for T
[src][−]
impl<T> ToOwned for T where
T: Clone,
[src][−]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src][−]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][+]
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][+]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][+]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,