pub struct RcEvent {
pub id: u64,
pub kind: RcEventKind,
pub count_after: u64,
}Expand description
A log entry for RC changes.
Fields§
§id: u64§kind: RcEventKind§count_after: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RcEvent
impl RefUnwindSafe for RcEvent
impl Send for RcEvent
impl Sync for RcEvent
impl Unpin for RcEvent
impl UnsafeUnpin for RcEvent
impl UnwindSafe for RcEvent
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