pub enum TpmuPublicParmsView<'a>where
TpmsKeyedhashParms: TpmField<'a>,
TpmsSymcipherParms: TpmField<'a>,
TpmsRsaParms: TpmField<'a>,
TpmsEccParms: TpmField<'a>,{
KeyedHash(<TpmsKeyedhashParms as TpmField<'a>>::View),
SymCipher(<TpmsSymcipherParms as TpmField<'a>>::View),
Rsa(<TpmsRsaParms as TpmField<'a>>::View),
Ecc(<TpmsEccParms as TpmField<'a>>::View),
Null,
}Variants§
KeyedHash(<TpmsKeyedhashParms as TpmField<'a>>::View)
SymCipher(<TpmsSymcipherParms as TpmField<'a>>::View)
Rsa(<TpmsRsaParms as TpmField<'a>>::View)
Ecc(<TpmsEccParms as TpmField<'a>>::View)
Null
Auto Trait Implementations§
impl<'a> !Freeze for TpmuPublicParmsView<'a>
impl<'a> !RefUnwindSafe for TpmuPublicParmsView<'a>
impl<'a> !Send for TpmuPublicParmsView<'a>
impl<'a> !Sync for TpmuPublicParmsView<'a>
impl<'a> !Unpin for TpmuPublicParmsView<'a>
impl<'a> !UnsafeUnpin for TpmuPublicParmsView<'a>
impl<'a> !UnwindSafe for TpmuPublicParmsView<'a>
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