#[repr(C)]pub struct Note { /* private fields */ }
Expand description
A elf note header entry containing the used Uhyve interface version as little-endian 32-bit value.
Implementations§
Source§impl Note
impl Note
pub const fn uhyveif_version() -> Self
Auto Trait Implementations§
impl Freeze for Note
impl RefUnwindSafe for Note
impl Send for Note
impl Sync for Note
impl Unpin for Note
impl UnwindSafe for Note
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