Struct limine_protocol::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§
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