macro_rules! impl_limine_req {
($req:ty, $resp:ty) => { ... };
}Expand description
Implements LimineRequest for $req. Requires $req to have a resp field of the type core::mem::MaybeUninit<usize>.
macro_rules! impl_limine_req {
($req:ty, $resp:ty) => { ... };
}Implements LimineRequest for $req. Requires $req to have a resp field of the type core::mem::MaybeUninit<usize>.