pub struct TpmtPublicView<'a> {
pub object_type: TpmAlgId,
pub name_alg: TpmAlgId,
pub object_attributes: TpmaObject,
pub auth_policy: <Tpm2bDigest as TpmField<'a>>::View,
pub parameters: <TpmuPublicParms as TpmTaggedField<'a, TpmAlgId>>::View,
pub unique: <TpmuPublicId as TpmTaggedField<'a, TpmAlgId>>::View,
}Expand description
Borrowed view of a TpmtPublic wire structure.
Fields§
§object_type: TpmAlgId§name_alg: TpmAlgId§object_attributes: TpmaObject§auth_policy: <Tpm2bDigest as TpmField<'a>>::View§parameters: <TpmuPublicParms as TpmTaggedField<'a, TpmAlgId>>::View§unique: <TpmuPublicId as TpmTaggedField<'a, TpmAlgId>>::ViewAuto Trait Implementations§
impl<'a> Freeze for TpmtPublicView<'a>
impl<'a> RefUnwindSafe for TpmtPublicView<'a>
impl<'a> Send for TpmtPublicView<'a>
impl<'a> Sync for TpmtPublicView<'a>
impl<'a> Unpin for TpmtPublicView<'a>
impl<'a> UnsafeUnpin for TpmtPublicView<'a>
impl<'a> UnwindSafe for TpmtPublicView<'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