#[repr(C)]pub struct CPUTailQ {
pub tqh_first: *mut CPUState,
pub tqh_last: *mut *mut CPUState,
}Fields§
§tqh_first: *mut CPUState§tqh_last: *mut *mut CPUStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for CPUTailQ
impl RefUnwindSafe for CPUTailQ
impl !Send for CPUTailQ
impl !Sync for CPUTailQ
impl Unpin for CPUTailQ
impl UnwindSafe for CPUTailQ
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