#[non_exhaustive]#[repr(u8)]pub enum TpmSe {
Hmac = 0,
Policy = 1,
Trial = 3,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
impl Copy for TpmSe
impl Eq for TpmSe
impl StructuralPartialEq for TpmSe
Source§impl TpmMarshal for TpmSe
impl TpmMarshal for TpmSe
Auto Trait Implementations§
impl Freeze for TpmSe
impl RefUnwindSafe for TpmSe
impl Send for TpmSe
impl Sync for TpmSe
impl Unpin for TpmSe
impl UnsafeUnpin for TpmSe
impl UnwindSafe for TpmSe
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