#[repr(C, align(4096))]struct HvcallPage {
buffer: [u8; 4096],
}Expand description
Page-aligned, page-sized buffer for use with hypercalls
Fields§
§buffer: [u8; 4096]Implementations§
Auto Trait Implementations§
impl Freeze for HvcallPage
impl RefUnwindSafe for HvcallPage
impl Send for HvcallPage
impl Sync for HvcallPage
impl Unpin for HvcallPage
impl UnsafeUnpin for HvcallPage
impl UnwindSafe for HvcallPage
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