[][src]Struct core_foundation::boolean::CFBoolean

pub struct CFBoolean(_);

A Boolean type.

FIXME(pcwalton): Should be a newtype struct, but that fails due to a Rust compiler bug.

Methods

impl CFBoolean[src]

Trait Implementations

impl ConcreteCFType for CFBoolean[src]

impl TCFType for CFBoolean[src]

type Ref = CFBooleanRef

The reference type wrapped inside this type.

impl<'a> ToVoid<CFBoolean> for &'a CFBoolean[src]

impl ToVoid<CFBoolean> for CFBoolean[src]

impl ToVoid<CFBoolean> for CFBooleanRef[src]

impl CFPropertyListSubClass for CFBoolean[src]

impl Drop for CFBoolean[src]

impl From<bool> for CFBoolean[src]

impl From<CFBoolean> for bool[src]

impl Clone for CFBoolean[src]

impl Eq for CFBoolean[src]

impl PartialEq<CFBoolean> for CFBoolean[src]

impl Debug for CFBoolean[src]

Auto Trait Implementations

Blanket Implementations

impl<T> FromMutVoid for T where
    T: TCFType
[src]

impl<T> FromVoid for T where
    T: TCFType
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]