Enum tss2_fapi_rs::SealFlags
pub enum SealFlags {
NoDA,
System,
Index(NonZeroU32),
}
Expand description
Sealed object creation flags, as used by the create_seal()
function.
Variants§
NoDA
Sealed object is not subject to dictionary attack protections.
System
Store the sealed object in the system-wide directory.
Index(NonZeroU32)
Store the sealed object using the contained persistent handle value.
Trait Implementations§
§impl Ord for SealFlags
impl Ord for SealFlags
§impl PartialOrd for SealFlags
impl PartialOrd for SealFlags
impl Copy for SealFlags
impl Eq for SealFlags
impl StructuralPartialEq for SealFlags
Auto Trait Implementations§
impl Freeze for SealFlags
impl RefUnwindSafe for SealFlags
impl Send for SealFlags
impl Sync for SealFlags
impl Unpin for SealFlags
impl UnwindSafe for SealFlags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)