#[repr(C)]pub struct RawBootInfo { /* private fields */ }
Expand description
The raw boot information struct.
This is kept separate from BootInfo
to make non-breaking API evolution possible.
Trait Implementations§
Source§impl Clone for RawBootInfo
impl Clone for RawBootInfo
Source§fn clone(&self) -> RawBootInfo
fn clone(&self) -> RawBootInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RawBootInfo
impl Debug for RawBootInfo
Source§impl From<RawBootInfo> for BootInfo
impl From<RawBootInfo> for BootInfo
Source§fn from(raw_boot_info: RawBootInfo) -> Self
fn from(raw_boot_info: RawBootInfo) -> Self
Converts to this type from the input type.
impl Copy for RawBootInfo
Auto Trait Implementations§
impl Freeze for RawBootInfo
impl RefUnwindSafe for RawBootInfo
impl !Send for RawBootInfo
impl !Sync for RawBootInfo
impl Unpin for RawBootInfo
impl UnwindSafe for RawBootInfo
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