Struct tss2_fapi_rs::ActnCallbackParam
pub struct ActnCallbackParam<'a> {
pub object_path: &'a str,
pub action: Option<&'a str>,
}
Expand description
Wraps the parameters to be passed to the ActnCallback
callback.
Fields§
§object_path: &'a str
Identifies the policy (path) being executed for which an action is signaled.
action: Option<&'a str>
The action string as specified in the PolicyAction (optional).
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ActnCallbackParam<'a>
impl<'a> RefUnwindSafe for ActnCallbackParam<'a>
impl<'a> Send for ActnCallbackParam<'a>
impl<'a> Sync for ActnCallbackParam<'a>
impl<'a> Unpin for ActnCallbackParam<'a>
impl<'a> UnwindSafe for ActnCallbackParam<'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