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