Struct libpanel::subclass::prelude::TemplateChild
source · pub struct TemplateChild<T>{ /* private fields */ }
Implementations§
source§impl<T> TemplateChild<T>
impl<T> TemplateChild<T>
Trait Implementations§
source§impl<T> Debug for TemplateChild<T>
impl<T> Debug for TemplateChild<T>
source§impl<T> Default for TemplateChild<T>
impl<T> Default for TemplateChild<T>
source§fn default() -> TemplateChild<T>
fn default() -> TemplateChild<T>
Returns the “default value” for a type. Read more
source§impl<T> Deref for TemplateChild<T>
impl<T> Deref for TemplateChild<T>
source§impl<T> Downgrade for TemplateChild<T>
impl<T> Downgrade for TemplateChild<T>
source§impl<T> HasParamSpec for TemplateChild<T>
impl<T> HasParamSpec for TemplateChild<T>
type ParamSpec = ParamSpecObject
type BuilderFn = fn(_: &str) -> ParamSpecObjectBuilder<'_, T>
fn param_spec_builder() -> <TemplateChild<T> as HasParamSpec>::BuilderFn
source§impl<T> PartialEq for TemplateChild<T>
impl<T> PartialEq for TemplateChild<T>
source§fn eq(&self, other: &TemplateChild<T>) -> bool
fn eq(&self, other: &TemplateChild<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T> Eq for TemplateChild<T>
impl<T> StructuralPartialEq for TemplateChild<T>
Auto Trait Implementations§
impl<T> Freeze for TemplateChild<T>
impl<T> RefUnwindSafe for TemplateChild<T>
impl<T> !Send for TemplateChild<T>
impl<T> !Sync for TemplateChild<T>
impl<T> Unpin for TemplateChild<T>
impl<T> UnwindSafe for TemplateChild<T>
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