Struct tss2_fapi_rs::AuthCallbackParam
pub struct AuthCallbackParam<'a> {
pub object_path: &'a str,
pub description: Option<&'a str>,
}
Expand description
Wraps the parameters to be passed to the AuthCallback
callback.
Fields§
§object_path: &'a str
Identifies the TPM object (path) for which an authorization value is requested.
description: Option<&'a str>
User readable description of the authorization value requested (optional).
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AuthCallbackParam<'a>
impl<'a> RefUnwindSafe for AuthCallbackParam<'a>
impl<'a> Send for AuthCallbackParam<'a>
impl<'a> Sync for AuthCallbackParam<'a>
impl<'a> Unpin for AuthCallbackParam<'a>
impl<'a> UnwindSafe for AuthCallbackParam<'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