Struct Page
kernel::page
#[repr(C)]#[repr(align(4096))]pub struct Page { pub data: [u8; 4096], }
data: [u8; 4096]
impl Page
pub fn new() -> Box<Self>