pub struct RcuReadScope { /* private fields */ }Expand description
A scope that holds a read lock on the RCU state machine.
This scope is used to ensure that the object referenced by the pointer remains valid until the scope is dropped.
Implementations§
Source§impl RcuReadScope
impl RcuReadScope
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RcuReadScope
impl RefUnwindSafe for RcuReadScope
impl !Send for RcuReadScope
impl !Sync for RcuReadScope
impl Unpin for RcuReadScope
impl UnwindSafe for RcuReadScope
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