[−][src]Struct glib::subclass::simple::InstanceStruct
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]
<T::ParentType as ObjectType>::GlibType: Debug,
impl<T: ObjectSubclass> InstanceStruct for InstanceStruct<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for InstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: RefUnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: RefUnwindSafe,
impl<T> Send for InstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Send,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Send,
impl<T> Sync for InstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Sync,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Sync,
impl<T> Unpin for InstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Unpin,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Unpin,
impl<T> UnwindSafe for InstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: UnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: 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>,