pub struct Kernel<'a> {
pub elf: ElfFile<'a>,
pub config: BootloaderConfig,
pub start_address: *const u8,
pub len: usize,
}
Fields§
§elf: ElfFile<'a>
§config: BootloaderConfig
§start_address: *const u8
§len: usize
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Kernel<'a>
impl<'a> RefUnwindSafe for Kernel<'a>
impl<'a> !Send for Kernel<'a>
impl<'a> !Sync for Kernel<'a>
impl<'a> Unpin for Kernel<'a>
impl<'a> UnwindSafe for Kernel<'a>
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