TpmHandle

Type Alias TpmHandle 

Source
pub type TpmHandle = Uint32;
Expand description

A TPM handle, which is a 32-bit unsigned integer.

Aliased Type§

#[repr(transparent)]
pub struct TpmHandle(pub u32);

Tuple Fields§

§0: u32