#[repr(C)]pub struct TdxReportReq {
pub report_data: [u8; 64],
pub td_report: TdReport,
}
Expand description
Ioctl struct defined by Linux.
Fields§
§report_data: [u8; 64]
Report data to be included in the report.
td_report: TdReport
The output report.
Auto Trait Implementations§
impl Freeze for TdxReportReq
impl RefUnwindSafe for TdxReportReq
impl Send for TdxReportReq
impl Sync for TdxReportReq
impl Unpin for TdxReportReq
impl UnwindSafe for TdxReportReq
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