#[repr(C)]pub struct rcu_head {
pub next: *mut rcu_head,
pub func: Option<unsafe extern "C" fn(*mut rcu_head)>,
}Fields§
§next: *mut rcu_head§func: Option<unsafe extern "C" fn(*mut rcu_head)>Trait Implementations§
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