pub struct RefHandle(/* private fields */);
Expand description
A transparent wrapper for RefHandle
(equivalent to std::uint32_t
in C++).
Implementations§
Trait Implementations§
impl Copy for RefHandle
impl Eq for RefHandle
impl StructuralPartialEq for RefHandle
Auto Trait Implementations§
impl Freeze for RefHandle
impl RefUnwindSafe for RefHandle
impl Send for RefHandle
impl Sync for RefHandle
impl Unpin for RefHandle
impl UnwindSafe for RefHandle
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