pub struct TpmEcEphemeralResponse {
pub q: Tpm2bEccPoint,
pub counter: u16,
}Fields§
§q: Tpm2bEccPoint§counter: u16Trait Implementations§
Source§impl Clone for TpmEcEphemeralResponse
impl Clone for TpmEcEphemeralResponse
Source§fn clone(&self) -> TpmEcEphemeralResponse
fn clone(&self) -> TpmEcEphemeralResponse
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 TpmEcEphemeralResponse
impl Debug for TpmEcEphemeralResponse
Source§impl PartialEq for TpmEcEphemeralResponse
impl PartialEq for TpmEcEphemeralResponse
Source§impl TpmBuild for TpmEcEphemeralResponse
impl TpmBuild for TpmEcEphemeralResponse
Source§impl TpmHeader for TpmEcEphemeralResponse
impl TpmHeader for TpmEcEphemeralResponse
Source§impl TpmSized for TpmEcEphemeralResponse
impl TpmSized for TpmEcEphemeralResponse
impl Copy for TpmEcEphemeralResponse
impl Eq for TpmEcEphemeralResponse
impl StructuralPartialEq for TpmEcEphemeralResponse
Auto Trait Implementations§
impl Freeze for TpmEcEphemeralResponse
impl RefUnwindSafe for TpmEcEphemeralResponse
impl Send for TpmEcEphemeralResponse
impl Sync for TpmEcEphemeralResponse
impl Unpin for TpmEcEphemeralResponse
impl UnwindSafe for TpmEcEphemeralResponse
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