Struct acvp_parser::parser::AcvpTest
source · [−]pub struct AcvpTest<T> {
pub tcid: u32,
pub tgdata: TestGroupData,
pub test: T,
/* private fields */
}
Fields
tcid: u32
tgdata: TestGroupData
test: T
Implementations
Trait Implementations
impl<T: TestResult<Vec<BlkCipherMCTOutput>>> TestResult<Vec<BlkCipherMCTOutput, Global>> for AcvpTest<T>
impl<T: TestResult<Vec<BlkCipherMCTOutput>>> TestResult<Vec<BlkCipherMCTOutput, Global>> for AcvpTest<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for AcvpTest<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for AcvpTest<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more