pub struct TpmPcrAllocateResponse {
pub allocation_success: TpmiYesNo,
pub max_pcr: u32,
pub size_needed: u32,
pub size_available: u32,
}Fields§
§allocation_success: TpmiYesNo§max_pcr: u32§size_needed: u32§size_available: u32Trait Implementations§
Source§impl Clone for TpmPcrAllocateResponse
impl Clone for TpmPcrAllocateResponse
Source§fn clone(&self) -> TpmPcrAllocateResponse
fn clone(&self) -> TpmPcrAllocateResponse
Returns a duplicate 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 moreSource§impl Debug for TpmPcrAllocateResponse
impl Debug for TpmPcrAllocateResponse
Source§impl PartialEq for TpmPcrAllocateResponse
impl PartialEq for TpmPcrAllocateResponse
Source§impl TpmBuild for TpmPcrAllocateResponse
impl TpmBuild for TpmPcrAllocateResponse
Source§impl TpmHeader for TpmPcrAllocateResponse
impl TpmHeader for TpmPcrAllocateResponse
Source§impl TpmParse for TpmPcrAllocateResponse
impl TpmParse for TpmPcrAllocateResponse
Source§impl TpmSized for TpmPcrAllocateResponse
impl TpmSized for TpmPcrAllocateResponse
impl Copy for TpmPcrAllocateResponse
impl Eq for TpmPcrAllocateResponse
impl StructuralPartialEq for TpmPcrAllocateResponse
Auto Trait Implementations§
impl Freeze for TpmPcrAllocateResponse
impl RefUnwindSafe for TpmPcrAllocateResponse
impl Send for TpmPcrAllocateResponse
impl Sync for TpmPcrAllocateResponse
impl Unpin for TpmPcrAllocateResponse
impl UnwindSafe for TpmPcrAllocateResponse
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