#[repr(C, packed(1))]pub struct CsvGuestUserRtmrExtend {
pub index: u8,
pub rsvd: u8,
pub data_len: u16,
pub data: [u8; 32],
}Fields§
§index: u8The index of the specified rtmr register.
rsvd: u8The reserved field, just for alignment.
data_len: u16The length of the data to be extended.
data: [u8; 32]The data to be extened.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsvGuestUserRtmrExtend
impl RefUnwindSafe for CsvGuestUserRtmrExtend
impl Send for CsvGuestUserRtmrExtend
impl Sync for CsvGuestUserRtmrExtend
impl Unpin for CsvGuestUserRtmrExtend
impl UnsafeUnpin for CsvGuestUserRtmrExtend
impl UnwindSafe for CsvGuestUserRtmrExtend
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