Enum tss2_fapi_rs::QuoteFlags
pub enum QuoteFlags {
TpmQuote,
}
Expand description
Quote creation flags, as used by the quote()
function.
Variants§
TpmQuote
This is currently the only allowed type of attestation.
Trait Implementations§
§impl Clone for QuoteFlags
impl Clone for QuoteFlags
§fn clone(&self) -> QuoteFlags
fn clone(&self) -> QuoteFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for QuoteFlags
impl Debug for QuoteFlags
§impl Hash for QuoteFlags
impl Hash for QuoteFlags
§impl Ord for QuoteFlags
impl Ord for QuoteFlags
§impl PartialEq for QuoteFlags
impl PartialEq for QuoteFlags
§impl PartialOrd for QuoteFlags
impl PartialOrd for QuoteFlags
impl Copy for QuoteFlags
impl Eq for QuoteFlags
impl StructuralPartialEq for QuoteFlags
Auto Trait Implementations§
impl Freeze for QuoteFlags
impl RefUnwindSafe for QuoteFlags
impl Send for QuoteFlags
impl Sync for QuoteFlags
impl Unpin for QuoteFlags
impl UnwindSafe for QuoteFlags
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
)