#[repr(C, packed(1))]pub struct CsvGuestUserRtmrRead {
pub bitmap: u32,
pub data: [u8; 32],
}Fields§
§bitmap: u32The bitmap specified the rtmr registers to read.
data: [u8; 32]The buffer to store the first rtmr register returned by the firmware.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsvGuestUserRtmrRead
impl RefUnwindSafe for CsvGuestUserRtmrRead
impl Send for CsvGuestUserRtmrRead
impl Sync for CsvGuestUserRtmrRead
impl Unpin for CsvGuestUserRtmrRead
impl UnsafeUnpin for CsvGuestUserRtmrRead
impl UnwindSafe for CsvGuestUserRtmrRead
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