pub enum TpmuSymKeyBitsView<'a>{
Aes(<TpmUint16 as TpmField<'a>>::View),
Sm4(<TpmUint16 as TpmField<'a>>::View),
Camellia(<TpmUint16 as TpmField<'a>>::View),
Xor(<TpmAlgId as TpmField<'a>>::View),
Null,
}Variants§
Aes(<TpmUint16 as TpmField<'a>>::View)
Sm4(<TpmUint16 as TpmField<'a>>::View)
Camellia(<TpmUint16 as TpmField<'a>>::View)
Xor(<TpmAlgId as TpmField<'a>>::View)
Null
Auto Trait Implementations§
impl<'a> !Freeze for TpmuSymKeyBitsView<'a>
impl<'a> !RefUnwindSafe for TpmuSymKeyBitsView<'a>
impl<'a> !Send for TpmuSymKeyBitsView<'a>
impl<'a> !Sync for TpmuSymKeyBitsView<'a>
impl<'a> !Unpin for TpmuSymKeyBitsView<'a>
impl<'a> !UnsafeUnpin for TpmuSymKeyBitsView<'a>
impl<'a> !UnwindSafe for TpmuSymKeyBitsView<'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