Struct nc_renderer::common::IntrusivePtr [−][src]
#[repr(C)]pub struct IntrusivePtr<T: IntrusiveCounter + ?Sized> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for IntrusivePtr<T> where
T: RefUnwindSafe,
impl<T> !Send for IntrusivePtr<T>
impl<T> !Sync for IntrusivePtr<T>
impl<T: ?Sized> Unpin for IntrusivePtr<T>
impl<T: ?Sized> UnwindSafe for IntrusivePtr<T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more