pub struct GuestStateProtectionById {
pub seed: GspCleartextContent,
pub extended_status_flags: GspExtendedStatusFlags,
}
Expand description
Response fields for Guest State Protection by ID from the host
Fields§
§seed: GspCleartextContent
Guest State Protection cleartext content
extended_status_flags: GspExtendedStatusFlags
Extended status flags
Implementations§
Source§impl GuestStateProtectionById
impl GuestStateProtectionById
Sourcepub fn new_zeroed() -> GuestStateProtectionById
pub fn new_zeroed() -> GuestStateProtectionById
Construct a blank instance of GuestStateProtectionById
Trait Implementations§
Source§impl Clone for GuestStateProtectionById
impl Clone for GuestStateProtectionById
Source§fn clone(&self) -> GuestStateProtectionById
fn clone(&self) -> GuestStateProtectionById
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GuestStateProtectionById
Auto Trait Implementations§
impl Freeze for GuestStateProtectionById
impl RefUnwindSafe for GuestStateProtectionById
impl Send for GuestStateProtectionById
impl Sync for GuestStateProtectionById
impl Unpin for GuestStateProtectionById
impl UnwindSafe for GuestStateProtectionById
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