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