[][src]Struct core_foundation::uuid::CFUUID

pub struct CFUUID(_);

A UUID.

Implementations

impl CFUUID[src]

pub fn new() -> CFUUID[src]

Trait Implementations

impl Clone for CFUUID[src]

impl ConcreteCFType for CFUUID[src]

impl Debug for CFUUID[src]

impl Default for CFUUID[src]

impl Drop for CFUUID[src]

impl Eq for CFUUID[src]

impl PartialEq<CFUUID> for CFUUID[src]

impl TCFType for CFUUID[src]

type Ref = CFUUIDRef

The reference type wrapped inside this type.

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

impl ToVoid<CFUUID> for CFUUID[src]

impl ToVoid<CFUUID> for CFUUIDRef[src]

Auto Trait Implementations

impl RefUnwindSafe for CFUUID

impl !Send for CFUUID

impl !Sync for CFUUID

impl Unpin for CFUUID

impl UnwindSafe for CFUUID

Blanket Implementations

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

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

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

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

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> 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.