#[repr(C)]pub struct BSIntrusiveRefCounted {
pub refCount: AtomicU32,
}
Fields§
§refCount: AtomicU32
Implementations§
Trait Implementations§
Source§impl Debug for BSIntrusiveRefCounted
impl Debug for BSIntrusiveRefCounted
Source§impl Default for BSIntrusiveRefCounted
impl Default for BSIntrusiveRefCounted
Source§fn default() -> BSIntrusiveRefCounted
fn default() -> BSIntrusiveRefCounted
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for BSIntrusiveRefCounted
impl RefUnwindSafe for BSIntrusiveRefCounted
impl Send for BSIntrusiveRefCounted
impl Sync for BSIntrusiveRefCounted
impl Unpin for BSIntrusiveRefCounted
impl UnwindSafe for BSIntrusiveRefCounted
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