pub struct ElementInstanceStruct<T: ObjectType> { /* private fields */ }Trait Implementations§
Source§impl<T: ObjectType> Instance<T> for ElementInstanceStruct<T>
impl<T: ObjectType> Instance<T> for ElementInstanceStruct<T>
Source§impl<T: ObjectType> PanicPoison for ElementInstanceStruct<T>
impl<T: ObjectType> PanicPoison for ElementInstanceStruct<T>
fn panicked(&self) -> &AtomicBool
Auto Trait Implementations§
impl<T> !Freeze for ElementInstanceStruct<T>
impl<T> RefUnwindSafe for ElementInstanceStruct<T>where
<<T as ObjectType>::ParentType as Wrapper>::GlibType: RefUnwindSafe,
<T as ObjectType>::ImplType: RefUnwindSafe,
impl<T> !Send for ElementInstanceStruct<T>
impl<T> !Sync for ElementInstanceStruct<T>
impl<T> Unpin for ElementInstanceStruct<T>
impl<T> UnwindSafe for ElementInstanceStruct<T>where
<<T as ObjectType>::ParentType as Wrapper>::GlibType: UnwindSafe,
<T as ObjectType>::ImplType: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more