pub struct RcuDeferFn<F, C> { /* private fields */ }Expand description
Defines a defer callback executed after the next RCU grace period.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, C> Freeze for RcuDeferFn<F, C>where
F: Freeze,
impl<F, C> RefUnwindSafe for RcuDeferFn<F, C>where
F: RefUnwindSafe,
C: RefUnwindSafe,
impl<F, C> !Send for RcuDeferFn<F, C>
impl<F, C> !Sync for RcuDeferFn<F, C>
impl<F, C> Unpin for RcuDeferFn<F, C>where
F: Unpin,
impl<F, C> UnwindSafe for RcuDeferFn<F, C>where
F: UnwindSafe,
C: RefUnwindSafe,
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