pub struct RcuHead { /* private fields */ }Trait Implementations§
impl Copy for rcu_head
Auto Trait Implementations§
impl Freeze for rcu_head
impl RefUnwindSafe for rcu_head
impl !Send for rcu_head
impl !Sync for rcu_head
impl Unpin for rcu_head
impl UnwindSafe for rcu_head
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