rstd
0.1.0
Loading...
Searching...
No Matches
alloc
sync
Arc
alloc::sync::Arc< T > Member List
This is the complete list of members for
alloc::sync::Arc< T >
, including all inherited members.
as_ptr
() const noexcept
alloc::sync::Arc< T >
inline
assume_init
()
alloc::sync::Arc< T >
inline
downgrade
() const noexcept
alloc::sync::Arc< T >
from_raw
(ArcRaw< T > r) noexcept
alloc::sync::Arc< T >
inline
static
get_mut
() const noexcept -> Option< mut_ref< T > >
alloc::sync::Arc< T >
inline
into_raw
() noexcept
alloc::sync::Arc< T >
inline
is_unique
(const Arc &arc) noexcept
alloc::sync::Arc< T >
inline
static
make
(Args &&... args) -> Arc
alloc::sync::Arc< T >
inline
static
make_uninit
() -> Arc< MaybeUninit< T > >
alloc::sync::Arc< T >
inline
static
operator bool
() const noexcept
alloc::sync::Arc< T >
inline
explicit
operator*
() noexcept
alloc::sync::Arc< T >
inline
operator*
() const noexcept
alloc::sync::Arc< T >
inline
operator->
() noexcept
alloc::sync::Arc< T >
inline
operator->
() const noexcept
alloc::sync::Arc< T >
inline
pin
(rstd::param_t< T > value) -> Pin< Arc< T > >
alloc::sync::Arc< T >
inline
static
ptr_eq
(const Arc &a, const Arc &b) noexcept
alloc::sync::Arc< T >
inline
static
reset
()
alloc::sync::Arc< T >
inline
strong_count
() const noexcept
alloc::sync::Arc< T >
inline
try_unwrap
() -> Result< T, Arc >
alloc::sync::Arc< T >
inline
weak_count
() const noexcept
alloc::sync::Arc< T >
inline
Generated by
1.12.0