#[repr(C)]pub struct IntrusivePtr<T: IntrusiveCounter + ?Sized> { /* private fields */ }
Implementations§
Source§impl<T: IntrusiveCounter> IntrusivePtr<T>
impl<T: IntrusiveCounter> IntrusivePtr<T>
Source§impl<T: IntrusiveCounter + ?Sized> IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> IntrusivePtr<T>
Trait Implementations§
Source§impl<T: IntrusiveCounter + ?Sized> Borrow<T> for IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> Borrow<T> for IntrusivePtr<T>
Source§impl<T: IntrusiveCounter + ?Sized> Clone for IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> Clone for IntrusivePtr<T>
Source§impl<T: IntrusiveCounter + ?Sized> Deref for IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> Deref for IntrusivePtr<T>
Source§impl<T: IntrusiveCounter + ?Sized> DerefMut for IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> DerefMut for IntrusivePtr<T>
Source§impl<T: IntrusiveCounter + ?Sized> Drop for IntrusivePtr<T>
impl<T: IntrusiveCounter + ?Sized> Drop for IntrusivePtr<T>
Auto Trait Implementations§
impl<T> Freeze for IntrusivePtr<T>where
T: ?Sized,
impl<T> RefUnwindSafe for IntrusivePtr<T>where
T: RefUnwindSafe + ?Sized,
impl<T> !Send for IntrusivePtr<T>
impl<T> !Sync for IntrusivePtr<T>
impl<T> Unpin for IntrusivePtr<T>where
T: ?Sized,
impl<T> UnwindSafe for IntrusivePtr<T>where
T: RefUnwindSafe + ?Sized,
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