Struct limine_protocol::responses::HHDMResponse
source · [−]Expand description
Response to [HHDMRequest]
Fields
revision: u64The response revision number
offset: u64The offset of the HHDM
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HHDMResponse
impl Send for HHDMResponse
impl Sync for HHDMResponse
impl Unpin for HHDMResponse
impl UnwindSafe for HHDMResponse
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