pub struct AddressSpaceSwitchProof { /* private fields */ }Expand description
Evidence that this CPU has replaced its previous hardware root.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddressSpaceSwitchProof
impl RefUnwindSafe for AddressSpaceSwitchProof
impl Send for AddressSpaceSwitchProof
impl Sync for AddressSpaceSwitchProof
impl Unpin for AddressSpaceSwitchProof
impl UnsafeUnpin for AddressSpaceSwitchProof
impl UnwindSafe for AddressSpaceSwitchProof
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