Struct limine_protocol::requests::HHDMRequest
source · [−]#[repr(C)]pub struct HHDMRequest {
pub id: [u64; 4],
pub revision: u64,
pub response: Option<NonNull<HHDMResponse>>,
}Expand description
Request Higher Half Direct Mapping be enabled
Fields
id: [u64; 4]The request id array
revision: u64The request revision
response: Option<NonNull<HHDMResponse>>Response pointer
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HHDMRequest
impl !Send for HHDMRequest
impl !Sync for HHDMRequest
impl Unpin for HHDMRequest
impl UnwindSafe for HHDMRequest
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