pub struct BootThreadHeader(/* private fields */);Expand description
Permanent current header used before the scheduler publishes a task.
Implementations§
Source§impl BootThreadHeader
impl BootThreadHeader
Sourcepub const fn header(&self) -> &CurrentThreadHeader
pub const fn header(&self) -> &CurrentThreadHeader
Returns the permanent pinned header.
Auto Trait Implementations§
impl !Freeze for BootThreadHeader
impl RefUnwindSafe for BootThreadHeader
impl Send for BootThreadHeader
impl Sync for BootThreadHeader
impl Unpin for BootThreadHeader
impl UnsafeUnpin for BootThreadHeader
impl UnwindSafe for BootThreadHeader
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