[−][src]Struct glib::subclass::simple::ClassStruct
A simple class struct that does not store any additional data or virtual methods.
Trait Implementations
impl<T: ObjectSubclass> ClassStruct for ClassStruct<T>
[src][+]
impl<T: ObjectSubclass> Debug for ClassStruct<T> where
<T::ParentType as ObjectType>::GlibClassType: Debug,
[src][+]
<T::ParentType as ObjectType>::GlibClassType: Debug,
impl<T: ObjectSubclass> Deref for ClassStruct<T>
[src][+]
impl<T: ObjectSubclass> DerefMut for ClassStruct<T>
[src][+]
Auto Trait Implementations
impl<T> RefUnwindSafe for ClassStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: RefUnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: RefUnwindSafe,
impl<T> Send for ClassStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Send,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Send,
impl<T> Sync for ClassStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Sync,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Sync,
impl<T> Unpin for ClassStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Unpin,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: Unpin,
impl<T> UnwindSafe for ClassStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: UnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibClassType: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,