pub struct CpuAreaHeader { /* private fields */ }Expand description
Immutable identity stored at the beginning of each initialized CPU area.
Implementations§
Auto Trait Implementations§
impl Freeze for CpuAreaHeader
impl RefUnwindSafe for CpuAreaHeader
impl Send for CpuAreaHeader
impl Sync for CpuAreaHeader
impl Unpin for CpuAreaHeader
impl UnsafeUnpin for CpuAreaHeader
impl UnwindSafe for CpuAreaHeader
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