Trait cxx::memory::WeakPtrTarget

source ·
pub unsafe trait WeakPtrTarget { }
Expand description

Trait bound for types which may be used as the T inside of a WeakPtr<T> in generic code.

This trait has no publicly callable or implementable methods. Implementing it outside of the CXX codebase is not supported.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeakPtrTarget for bool

source§

impl WeakPtrTarget for f32

source§

impl WeakPtrTarget for f64

source§

impl WeakPtrTarget for i8

source§

impl WeakPtrTarget for i16

source§

impl WeakPtrTarget for i32

source§

impl WeakPtrTarget for i64

source§

impl WeakPtrTarget for isize

source§

impl WeakPtrTarget for u8

source§

impl WeakPtrTarget for u16

source§

impl WeakPtrTarget for u32

source§

impl WeakPtrTarget for u64

source§

impl WeakPtrTarget for usize

Implementors§