Struct cogl::MaterialLayer[][src]

#[repr(C)]
pub struct MaterialLayer(_);

Trait Implementations

impl Clone for MaterialLayer[src]

impl Copy for MaterialLayer[src]

impl Debug for MaterialLayer[src]

impl Eq for MaterialLayer[src]

impl FromGlibContainerAsVec<*mut _CoglMaterialLayer, *mut *mut _CoglMaterialLayer> for MaterialLayer[src]

impl FromGlibPtrArrayContainerAsVec<*mut _CoglMaterialLayer, *mut *mut _CoglMaterialLayer> for MaterialLayer[src]

impl FromGlibPtrBorrow<*mut _CoglMaterialLayer> for MaterialLayer[src]

impl FromGlibPtrFull<*mut _CoglMaterialLayer> for MaterialLayer[src]

impl FromGlibPtrNone<*mut _CoglMaterialLayer> for MaterialLayer[src]

impl GlibPtrDefault for MaterialLayer[src]

impl Hash for MaterialLayer[src]

impl PartialEq<MaterialLayer> for MaterialLayer[src]

impl StructuralEq for MaterialLayer[src]

impl StructuralPartialEq for MaterialLayer[src]

impl<'a> ToGlibContainerFromSlice<'a, *const *mut _CoglMaterialLayer> for &'a MaterialLayer[src]

impl<'a> ToGlibContainerFromSlice<'a, *mut *mut _CoglMaterialLayer> for &'a MaterialLayer[src]

impl<'a> ToGlibPtr<'a, *mut _CoglMaterialLayer> for MaterialLayer[src]

type Storage = ()

impl<'a> ToGlibPtrMut<'a, *mut *mut _CoglMaterialLayer> for MaterialLayer[src]

type Storage = ()

Auto Trait Implementations

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