[−][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]
type Type = T
Corresponding object subclass type for this class struct.
fn override_vfuncs(&mut self) where
<<Self::Type as ObjectSubclass>::ParentType as ObjectType>::RustClassType: IsSubclassable<Self::Type>,
[src]
<<Self::Type as ObjectSubclass>::ParentType as ObjectType>::RustClassType: IsSubclassable<Self::Type>,
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]
type Target = <<T as ObjectSubclass>::ParentType as ObjectType>::RustClassType
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[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,
fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,