Enum tss_esapi::structures::pcr_select::PcrSlot [−][src]
This module contains necessary representations of the items belonging to the TPMS_PCR_SELECT structure.
The minimum number of octets allowed in a TPMS_PCR_SELECT.sizeOfSelect is not determined by the number of PCR implemented but by the number of PCR required by the platform-specific specification with which the TPM is compliant or by the implementer if not adhering to a platform-specific specification. Enum with the bit flag for each PCR slot.
Variants
Trait Implementations
impl BitAnd<PcrSlot> for PcrSlot[src]
type Output = BitFlags<PcrSlot>
The resulting type after applying the & operator.
fn bitand(self, other: Self) -> Self::Output[src]
impl BitOr<PcrSlot> for PcrSlot[src]
type Output = BitFlags<PcrSlot>
The resulting type after applying the | operator.
fn bitor(self, other: Self) -> Self::Output[src]
impl BitXor<PcrSlot> for PcrSlot[src]
type Output = BitFlags<PcrSlot>
The resulting type after applying the ^ operator.
fn bitxor(self, other: Self) -> Self::Output[src]
impl Clone for PcrSlot[src]
impl Copy for PcrSlot[src]
impl Debug for PcrSlot[src]
impl Eq for PcrSlot[src]
impl Hash for PcrSlot[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Not for PcrSlot[src]
type Output = BitFlags<PcrSlot>
The resulting type after applying the ! operator.
fn not(self) -> Self::Output[src]
impl Ord for PcrSlot[src]
fn cmp(&self, other: &PcrSlot) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<PcrSlot> for PcrSlot[src]
fn eq(&self, other: &PcrSlot) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<PcrSlot> for PcrSlot[src]
fn partial_cmp(&self, other: &PcrSlot) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl RawBitFlags for PcrSlot[src]
impl RawBitFlags for PcrSlot[src]
type Type = u32
The underlying integer type.
fn all() -> Self::Type[src]
fn bits(self) -> Self::Type[src]
fn flag_list() -> &'static [Self]ⓘ[src]
fn bitflags_type_name() -> &'static str[src]
impl StructuralEq for PcrSlot[src]
impl StructuralPartialEq for PcrSlot[src]
Auto Trait Implementations
impl RefUnwindSafe for PcrSlot
impl Send for PcrSlot
impl Sync for PcrSlot
impl Unpin for PcrSlot
impl UnwindSafe for PcrSlot
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Free for T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,