[][src]Struct glib::subclass::simple::InstanceStruct

#[repr(C)]
pub struct InstanceStruct<T: ObjectSubclass> { /* fields omitted */ }

A simple instance struct that does not store any additional data.

Trait Implementations

impl<T: ObjectSubclass> Debug for InstanceStruct<T> where
    <T::ParentType as ObjectType>::GlibType: Debug
[src]

impl<T: ObjectSubclass> InstanceStruct for InstanceStruct<T>[src]

type Type = T

Corresponding object subclass type for this instance struct.

Auto Trait Implementations

impl<T> RefUnwindSafe for InstanceStruct<T> where
    <<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: RefUnwindSafe

impl<T> Send for InstanceStruct<T> where
    <<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Send

impl<T> Sync for InstanceStruct<T> where
    <<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Sync

impl<T> Unpin for InstanceStruct<T> where
    <<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Unpin

impl<T> UnwindSafe for InstanceStruct<T> where
    <<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: UnwindSafe

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