Struct glib::object::TypedObjectRef
source · #[repr(transparent)]pub struct TypedObjectRef<T, P> {
inner: ObjectRef,
imp: PhantomData<T>,
parent: PhantomData<P>,
}
Fields§
§inner: ObjectRef
§imp: PhantomData<T>
§parent: PhantomData<P>
Implementations§
source§impl<T, P> TypedObjectRef<T, P>
impl<T, P> TypedObjectRef<T, P>
Trait Implementations§
source§impl<T, P> Clone for TypedObjectRef<T, P>
impl<T, P> Clone for TypedObjectRef<T, P>
source§impl<T, P> Debug for TypedObjectRef<T, P>
impl<T, P> Debug for TypedObjectRef<T, P>
source§impl<T, P> Deref for TypedObjectRef<T, P>
impl<T, P> Deref for TypedObjectRef<T, P>
source§impl<T, P> Hash for TypedObjectRef<T, P>
impl<T, P> Hash for TypedObjectRef<T, P>
source§impl<T, P> Ord for TypedObjectRef<T, P>
impl<T, P> Ord for TypedObjectRef<T, P>
source§impl<T, P> PartialEq for TypedObjectRef<T, P>
impl<T, P> PartialEq for TypedObjectRef<T, P>
source§impl<T, P> PartialOrd for TypedObjectRef<T, P>
impl<T, P> PartialOrd for TypedObjectRef<T, P>
impl<T, P> Eq for TypedObjectRef<T, P>
impl<T: Send + Sync, P: Send + Sync> Send for TypedObjectRef<T, P>
impl<T: Send + Sync, P: Send + Sync> Sync for TypedObjectRef<T, P>
Auto Trait Implementations§
impl<T, P> Freeze for TypedObjectRef<T, P>
impl<T, P> RefUnwindSafe for TypedObjectRef<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> Unpin for TypedObjectRef<T, P>
impl<T, P> UnwindSafe for TypedObjectRef<T, P>where
T: UnwindSafe,
P: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)