#[repr(C)]pub struct ReferenceCount {
pub count: i32,
pub free: extern "C" fn(*const janus_refcount),
}
Fields§
§count: i32
§free: extern "C" fn(*const janus_refcount)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for janus_refcount
impl RefUnwindSafe for janus_refcount
impl Send for janus_refcount
impl Sync for janus_refcount
impl Unpin for janus_refcount
impl UnwindSafe for janus_refcount
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