Struct limine_protocol::responses::EntryPointResponse
source · [−]#[repr(C)]pub struct EntryPointResponse {
pub revision: u64,
}Expand description
Response to [EntryPointRequest]
Fields
revision: u64The response revision number
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryPointResponse
impl Send for EntryPointResponse
impl Sync for EntryPointResponse
impl Unpin for EntryPointResponse
impl UnwindSafe for EntryPointResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more