pub struct RcuThreadRegistration { /* private fields */ }Expand description
An RAII guard that keeps the current thread registered with RCU and RSEQ.
Unregisters the thread when dropped.
Implementations§
Trait Implementations§
Source§impl Debug for RcuThreadRegistration
impl Debug for RcuThreadRegistration
Source§impl Drop for RcuThreadRegistration
impl Drop for RcuThreadRegistration
Auto Trait Implementations§
impl !Send for RcuThreadRegistration
impl !Sync for RcuThreadRegistration
impl Freeze for RcuThreadRegistration
impl RefUnwindSafe for RcuThreadRegistration
impl Unpin for RcuThreadRegistration
impl UnsafeUnpin for RcuThreadRegistration
impl UnwindSafe for RcuThreadRegistration
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