#[repr(C)]pub struct StartInput {
pub command: u64,
pub test_index: u64,
}
Expand description
Start input from the VMM to the TMK.
Fields§
§command: u64
The address to write commands to.
test_index: u64
The test index.
Trait Implementations§
Source§impl Debug for StartInput
impl Debug for StartInput
Source§impl IntoBytes for StartInput
impl IntoBytes for StartInput
impl Immutable for StartInputwhere
u64: Immutable,
Auto Trait Implementations§
impl Freeze for StartInput
impl RefUnwindSafe for StartInput
impl Send for StartInput
impl Sync for StartInput
impl Unpin for StartInput
impl UnwindSafe for StartInput
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